chia_wasm

Crates.iochia_wasm
lib.rschia_wasm
version0.11.0
sourcesrc
created_at2024-08-07 20:19:32.010166
updated_at2024-08-07 20:19:32.010166
descriptionCode useful for implementing chia consensus.
homepagehttps://github.com/Chia-Network/chia_rs
repositoryhttps://github.com/Chia-Network/chia_rs
max_upload_size
id1328773
size14,251
(ChiaAutomation)

documentation

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 --locked

Then build with

$ wasm-pack build --release
Commit count: 1602

cargo fmt