Add packaging for both browser and node.js - thank you @zrzka :)
Test integration in-browser using wasm-pack
Test require-ing the package from node using a JS one-liner test
Made the publish.sh only be launched on the tagged commits on master - tested with fake script that does not publish and by changing the condition to allow non-master branches temporarily.
Fully control installation of Rust and Node dependencies - using rustup and nvm respectively
Known issues:
formatting of error messages is not ideal in the console.log
wasm-pack
require
-ing the package from node using a JS one-liner testpublish.sh
only be launched on the tagged commits on master - tested with fake script that does not publish and by changing the condition to allow non-master branches temporarily.rustup
andnvm
respectivelyKnown issues:
console.log
Closes #30