0.0.1 • Published 4 years ago
@richardkiss/clvm_rs v0.0.1
Rust implementation of clvm.
Python Wheel
Use maturin to build the python interface. First, install into current virtualenv with
$ pip install maturinBuild clvm_rs directly into the current virtualenv with
$ maturin develop --releaseTo build the wheel, do
$ maturin build --release --no-sdistWASM
Use wasm-pack to build the wasm pkg file used with npm. Install it with:
$ cargo install wasm-packThen build with
$ wasm-pack build --releaseTESTS +----- In order to run the unit tests, run:
cargo test0.0.1
4 years ago