0.3.2 • Published 3 months ago

klvm_wasm v0.3.2

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

The klvm_rs package has JavaScript bindings for the rust implementation of klvm in wasm.
This project is very immature, and only some test API is available for the moment. Pull requests are welcome.

Build

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_rs root>/wasm
wasm-pack build --release --target=nodejs

Test

Prerequisite:

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

3 months ago

0.3.0

6 months ago

0.1.24

10 months ago

0.2.8

10 months ago

0.2.7

10 months ago