rust-webwasm/justfile

13 lines
158 B
Makefile
Raw Normal View History

2023-11-19 01:50:37 -08:00
_default:
just --list
install:
cargo install wasm-pack
build:
~/.cargo/bin/wasm-pack build --target web
serve:
python -m http.server 9001