Raw, optimized, and meta WASM binaries can be found in the Releases section.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup toolchain add nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
... or ...
make init
cargo build --release
... or ...
make build
cargo test --release
... or ...
make test
make all
... or just ...
make
The source code is licensed under MIT license.