Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 210 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 210 Bytes

Building

Install the wasm32-wasi target:

$ rustup target add wasm32-wasi

You should now be able to compile:

$ cargo build --target=wasm32-wasi
$ cp ./target/wasm32-wasi/debug/app.wasm ./