Configure CMake for building WASM using Emscripten
This commit is contained in:
5
Example.GameLib/dev-server.sh
Normal file
5
Example.GameLib/dev-server.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
(sleep 1 && xdg-open http://localhost:8081) &
|
||||
|
||||
php -S 0.0.0.0:8081 -t DIST/web
|
||||
Reference in New Issue
Block a user