Skip to content

Compile Siyo with WASM

Jeron Lau edited this page Dec 30, 2018 · 1 revision

Install Emscripten

Go to your terminal, and run the following commands.

git clone https://github.com/juj/emsdk.git
./emsdk install latest
./emsdk activate latest
source ./emsdk_env.sh

Install cargo-siyo

cargo install cargo-siyo