Note that Safari WebDriver needs to be enabled manually for `wasm-pack` to work.
npm install @river-build/mls-rs-wasm-nodeNote that Safari WebDriver needs to be enabled manually for wasm-pack to work.
``shell`
sudo safaridriver --enable
Build and test using headless Chrome
`shell`
just test
- rustuprust-toolchain.toml
- pins a specific version of Rust, which will be picked up by rustup,node
- :.nvmrc
- pins a specific version of Node, which will be picked up by nvm,wasm-pack
- :brew install wasm-pack
- , orcargo install wasm-pack
- , oryarn
- there is also NPM version which is slightly slower,
- ,wasm-opt
- (optional):brew install binaryen
- ,just
- (optional):brew install just`.
-