The code for the wasm + js wrapper package is stored in the js directory. To build it:
cd js
npm i
npm run compileThe js code will be output to js/pkg.
To run a quick sanity check of the JS package:
npm testTo publish the package to npm, run:
cd js
npm publish