Verify that a RISC Zero program is 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:
curl -L https://risczero.com/install | bash
rzup install
From this directory, run:
npm install
npm test -- --$BROWSER
where $BROWSER
is one of
chrome
firefox
safari