0.1.34 • Published 10 months ago

klvm_tools_wasm v0.1.34

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Build

Clone GitHub repository

git clone https://github.com/Chik-Network/klvm_tools_rs
cd klvm_tools_rs/wasm

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

cargo install wasm-pack

Then build with

# Make sure you're at <klvm_tools_rs root>/wasm
wasm-pack build --release --target=nodejs

Test

Prerequisite:

  • NodeJS >= 16
  • Wasm files built by wasm-pack command exist at <klvm_tools_rs root>/wasm/pkg/
# Make sure you're at <klvm_tools_rs root>/wasm
node ./tests/index.js
0.1.34

10 months ago

0.1.30

10 months ago