Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 991 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 991 Bytes

WASM

Our rust implementations for

🛠️ Build with wasm-pack build

Note: Requires rust version 1.70.0 or higher with wasm-pack installed globally through cargo see here for more info

wasm-pack build ./rust --target web --release --out-name wasm-internal 

Updating core libraries

The following libraries specified in the Cargo.toml

See package crypto for how this package can be consumed