项目作者: tpimh

项目描述 :
WebAssembly toolchain
高级语言: Shell
项目地址: git://github.com/tpimh/wasm-toolchain.git
创建时间: 2017-03-08T15:32:49Z
项目社区:https://github.com/tpimh/wasm-toolchain

开源协议:MIT License

下载


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.