mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
7 lines
131 B
Bash
7 lines
131 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
wasm-pack build --dev --target web -- --no-default-features --features wasm
|
||
|
cd pkg
|
||
|
python3 -m http.server 8000
|