0.3.0 • Published 10 months ago

@spruceid/ssx-sdk-wasm v0.3.0

Weekly downloads
-
License
Apache-2.0 OR MIT
Repository
-
Last release
10 months ago

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 ./.

0.3.0

10 months ago

0.2.1

10 months ago

0.2.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago