6 lines
88 B
Makefile

build:
cargo build;
test:
cd wasm-web-component; wasm-pack test --headless --firefox