@spruceid/ssx-sdk-wasm
v0.3.0
Published
WebAssembly library written in Rust for ssx-sdk.
Downloads
537
Keywords
Readme
ssx-sdk-wasm
WebAssembly library written in Rust for ssx-sdk.
This package uses rollup
in order to encode the .wasm
as a base64-encoded string,
meaning there is no configuration needed downstream to support WebAssembly
(other than a compatible browser).
Building
Requirements:
Setup
Install node and dependencies:
nvm use
yarn install
Building
For development builds run:
yarn dev
For optimised release builds run:
yarn release
On build completion the package will be at ./
.