Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 280 Bytes

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.