项目作者: tpimh
项目描述 :
WebAssembly toolchain
高级语言: Shell
项目地址: git://github.com/tpimh/wasm-toolchain.git
Toolchain for building C code to WASM.
Building
Requirements: C++ compiler, git
, cmake
3.5, ninja
, make
.
Instructions: run ./build-all.sh
, compile C sources with c2wasm
.
Example
To build the example, run ./c2wasm example/sample.c
.