This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CREATE TABLE `points` ( | |
| `id` int(11) NOT NULL AUTO_INCREMENT, | |
| `point` point NOT NULL, | |
| PRIMARY KEY (`id`) | |
| ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1; | |
| INSERT INTO `points` VALUES (1,0x0000000001010000005C2041F163344A40BA490C022B471340),(2,0x000000000101000000E9B7AF03E7344A40302AA913D0441340),(3,0x0000000001010000006ADE718A8E344A4052499D8026421340),(4,0x000000000101000000083D9B559F334A40832F4CA60A461340),(5,0x0000000001010000001283C0CAA1354A40E9482EFF213D1340),(6,0x00000000010100000076E09C11A5354A40B0726891ED3C1340),(7,0x00000000010100000042CF66D5E7324A402DB29DEFA7461340); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Net; | |
| DemoWasiHost.main(); | |
| // EXAMPLE: | |
| class DemoWasiHost | |
| { | |
| public static void main() |