toolapi
v0.5.2
Published
WASM bindings of the MRX ToolAPI - client only.
Readme
toolapi-wasm
[!NOTE] The published package was renamed from
toolapi-wasmtotoolapi. Please update dependendies accordingly.
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