Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 212 Bytes

factom-wasm

This is a simple demo application to explore building a Wasm runtime and toolchain.

Build and run

cd src/c/api
make
cd ../../..
make
factom-wasm -wasm src/c/api/api.wasm -call run_all