@spruceid/sprucekit-wasm
v0.0.1
Published
WebAssembly library written in Rust for sprucekit-sdk.
Downloads
2
Keywords
Readme
sprucekit-wasm
WebAssembly library written in Rust for sprucekit-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 ./
.