Wasm工具安装使用
编译工具
git clone [https://github.com/juj/emsdk.git](https://github.com/juj/emsdk.git)
cd emsdk
./emsdk install --build=Release sdk-incoming-64bit binaryen-master-64bit
./emsdk activate --global --build=Release sdk-incoming-64bit binaryen-master-64bit
source ./emsdk_env.shemcc hello.c -s WASM=1 -o hello.htmlemrun --no_browser --port 8080 .运行工具
[https://github.com/AndrewScheidecker/WAVM](https://github.com/AndrewScheidecker/WAVM)
[https://github.com/WebAssembly/wabt](https://github.com/WebAssembly/wabt)调试工具
最后更新于