Install dependencies:
npm install
Run in hot module reloading mode (very long the first time):
npm start
Create a production build (in docs directory, so that it can used as a GitHub Page):
npm run build
Serve production build:
npx serve docs
Add new wasm functions to src/lib.rs
.
These wasm functions can be called from javascript, usually by adding a function
to html/js/index.js
under the threshold_crypto wasm calls
section.