target/debug/python2wasm:
	cargo build

test: test-js
	cargo test --all

test-js: target/debug/python2wasm
	cd ./test && \
	  npm test
