chia_wasm 0.36.0

Code useful for implementing chia consensus.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```