mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2025-12-08 10:08:26 -06:00
Latest emscripten attempt
This commit is contained in:
8
scripts/serve-wasm.sh
Executable file
8
scripts/serve-wasm.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
echo "Building WASM with Emscripten"
|
||||
./scripts/build-wasm.sh
|
||||
|
||||
echo "Serving WASM with Emscripten"
|
||||
python3 -m http.server -d ./dist/ 8080
|
||||
Reference in New Issue
Block a user