Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 352 Bytes

File metadata and controls

26 lines (18 loc) · 352 Bytes

Contributing

Building the WASM/JS package

The code for the wasm + js wrapper package is stored in the js directory. To build it:

cd js
npm i
npm run compile

The js code will be output to js/pkg.

To run a quick sanity check of the JS package:

npm test

To publish the package to npm, run:

cd js
npm publish