This directory contains prebuilt WASM binaries for testing. The binaries are stored in the 'binaries' directory and build using the 'build.sh' script.
- Copy one of the existing crates.
- Adjust the crate name in the name in the new crate's
Cargo.toml
file. - Add the new crate as a member in the Cargo.toml file in this directory.
- Run
./build.sh
to build the new binary.
You can use ./create.sh <NAME>
to perform steps 1-3 in one go.