Verify a RISC Zero program in your browser using WASM!
In addition to Rust and Node.js, you will need to run from the root of the repository:
cargo xtask install
cargo xtask gen-receipt
Next, install the cargo-risczero
tool and install the toolchain with:
cargo install cargo-binstall
cargo binstall cargo-risczero
cargo risczero install
From this directory, run:
npm install
npm test -- --$BROWSER
where $BROWSER
is one of
chrome
firefox
safari