wasm-toolchain
wasm-toolchain copied to clipboard
WebAssembly toolchain
WebAssembly toolchain
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.