A collection of WASM plugins for ZoKrates
Make sure that you have nightly
and wasm32-unknown-unknown
as a target:
$ rustup toolchain install nightly
$ rustup target add wasm32-unknown-unknown
Then simply build the plugins with:
$ cargo build
Add a directory containing the rust project for your plugin. It will be compiled automatically.