klvm_tools_rs 0.4.0

tools for working with chiklisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
4
5
6
all:
	cargo build --release --no-default-features
	cargo build --release --target wasm32-unknown-unknown
	wasm-pack build
	npm link ./pkg
	(cd mock-test && npm link klvm_tools_rs)