clippy:
	cargo clippy --all-features --target wasm32-unknown-unknown -- -D warnings

test:
	wasm-pack test --node
