Crates.io | chia_wasm |
lib.rs | chia_wasm |
version | 0.11.0 |
source | src |
created_at | 2024-08-07 20:19:32.010166 |
updated_at | 2024-08-07 20:19:32.010166 |
description | Code useful for implementing chia consensus. |
homepage | https://github.com/Chia-Network/chia_rs |
repository | https://github.com/Chia-Network/chia_rs |
max_upload_size | |
id | 1328773 |
size | 14,251 |
The chia_wasm
package has JavaScript bindings for the rust implementation of the chia
crate in wasm.
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