rust-webwasm/justfile
2023-11-19 01:50:37 -08:00

13 lines
158 B
Makefile

_default:
just --list
install:
cargo install wasm-pack
build:
~/.cargo/bin/wasm-pack build --target web
serve:
python -m http.server 9001