Wasm-bindgen JavaScript/TypeScript bindings for sticknodes-rs
JS bindings are published to npm:
👉 sticknodes-js on npm
📖 See README.npm.md
for full usage instructions.
- Install Rust: https://www.rust-lang.org/tools/install
- Install
wasm-pack
for building the WebAssembly bindings:cargo install wasm-pack
To generate the JavaScript bindings for all targets, make sure you have jq installed, and then run:
./build.sh
MIT License - See LICENSE