@xmtp/wasm-bindings
v0.0.3
Published
WASM bindings for the libXMTP rust library
Downloads
372
Readme
WASM bindings for the libXMTP rust library
[!CAUTION] These bindings are currently in alpha and under heavy development. The API is subject to change and it is not yet recommended for production use.
Useful commands
yarn
: Installs all dependencies (required before building)yarn build
: Build a release version of the WASM bindings for the current platformyarn lint
: Run cargo clippy and fmt checks