rkgk/Justfile

6 lines
185 B
Makefile
Raw Normal View History

2024-08-10 23:10:03 +02:00
serve wasm_profile="wasm-dev": (wasm wasm_profile)
cargo run -p canvane
wasm profile="wasm-dev":
cargo build -p haku-wasm --target wasm32-unknown-unknown --profile {{profile}}