1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Update wasm/web example

This commit is contained in:
Emil Ernerfeldt
2020-04-23 09:50:03 +02:00
parent 723c3ca908
commit 25b06a6ff0
8 changed files with 47 additions and 19 deletions

View File

@@ -2,5 +2,5 @@
set -eu
cd docs
echo "open localhost:8000"
python3 -m http.server 8000 --bind 127.0.0.1
echo "open http://localhost:8888"
python3 -m http.server 8888 --bind 127.0.0.1