13 lines
158 B
Makefile
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
|