tools for working with chiklisp language; compiler, repl, python and wasm bindings
npm install klvm_tools_wasmBuild
-----
Clone GitHub repository
``bash
`
git clone https://github.com/Chik-Network/klvm_tools_rs
cd klvm_tools_rs/wasm
wasm-pack
Use to build the wasm pkg file used with npm. Install it with:
`
bash
`
cargo install wasm-pack
`
Then build with
bash
`Make sure you're at
wasm-pack build --release --target=nodejs
wasm-pack
Test
-----
Prerequisite:
- NodeJS >= 16
- Wasm files built by command exist at
`
bash
``
Make sure you're at
node ./tests/index.js