1 2 3 4 5 6 7 8 9
build: cargo build .PHONY: test test: cargo test -- --nocapture wasm: wasm-pack build --no-default-features --target no-modules --no-typescript --out-dir pkg --debug