0.0.1 • Published 3 years ago

@richardkiss/clvm_rs v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Rust implementation of clvm.

Python Wheel

Use maturin to build the python interface. First, install into current virtualenv with

$ pip install maturin

Build clvm_rs directly into the current virtualenv with

$ maturin develop --release

To build the wheel, do

$ maturin build --release --no-sdist

WASM

Use wasm-pack to build the wasm pkg file used with npm. Install it with:

$ cargo install wasm-pack

Then build with

$ wasm-pack build  --release

TESTS +----- In order to run the unit tests, run:

cargo test
0.0.1

3 years ago