chia_wasm
v0.36.0
Published
Code useful for implementing chia consensus.
Downloads
223
Readme
The chia_wasm package has JavaScript bindings for the rust implementation of the chia crate in wasm.
Build
Use wasm-pack to build the wasm pkg file used with npm. Install it with:
$ cargo install wasm-pack --lockedThen build with
$ wasm-pack build --release