toolapi-wasm
v0.4.5
Published
WASM bindings of the MRX ToolAPI - client only.
Readme
toolapi-wasm
Web-compatible (WASM) wrapper around the toolapi client.
This crate compiles the toolapi client to WebAssembly via wasm-bindgen, allowing it to be used from JavaScript/TypeScript in browser and other web-compatible environments.
Building
Requires wasm-pack:
wasm-pack build --target webOutput is written to the pkg/ directory.
Publishing to npm
After building, publish the package from the pkg/ directory:
cd pkg
npm publish