tsangint
tsangint
I use emscripten and binaryen to compiled c/c++ to wasm file. ``` //get wast file emcc hello.c -s "BINARYEN='/home/vagrant/emscripten/binaryen/'" -s "BINARYEN_METHOD='native-wasm'" //get wasm file wasm-as a.out.wast -o a.out.wasm ``` ```...
make the code and diff display right。
In the `node api` `preset-typescript` needs to set the `allExtension` parameter, otherwise babel-core determines that there is a test field, subsequent detection will throw an error  ### Related code:...
I built it on my ubuntu 14.04 /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/crti.o: unrecognized relocation (0x2a) in section `.init' /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status make[2]: **\*...