@river-build/mls-rs-wasm-node
v0.0.10
Published
Note that Safari WebDriver needs to be enabled manually for `wasm-pack` to work.
Downloads
778
Keywords
Readme
mls-rs WASM wrapper
Note that Safari WebDriver needs to be enabled manually for wasm-pack
to work.
sudo safaridriver --enable
Build and test using headless Chrome
just test
Dependencies
rustup
rust-toolchain.toml
pins a specific version of Rust, which will be picked up byrustup
,
node
:.nvmrc
pins a specific version of Node, which will be picked up bynvm
,
wasm-pack
:brew install wasm-pack
, orcargo install wasm-pack
, or- there is also NPM version which is slightly slower,
yarn
,wasm-opt
(optional):brew install binaryen
,
just
(optional):brew install just
.