mirror of
https://github.com/Xevion/rust-sdl2-emscripten.git
synced 2026-01-31 13:21:56 -06:00
Latest emscripten attempt
This commit is contained in:
Executable
+8
@@ -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