randomwalk/build-web.sh

3 lines
139 B
Bash
Raw Normal View History

#!/bin/bash
2025-07-06 18:02:10 +02:00
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl3 -O2 --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp