- Rust of version 1.79.0 or higher.
- Wasm-pack: https://rustwasm.github.io/wasm-pack/installer/
wasm-pack build --target=nodejs
wasm-pack build --target=web
wasm-pack build
- Build NodeJS bindings from
wasm
directorywasm-pack build --target=nodejs
- Install dependencies
cd demo/node yarn install
- Run demo
yarn start