47bca440d3
adapted from 91504884e8/src/shell_minimal.html
2 lines
No EOL
146 B
Bash
Executable file
2 lines
No EOL
146 B
Bash
Executable file
#!/bin/bash
|
|
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --emrun --shell-file emscripten_shell.html -sASSERTIONS -o index.html main.cpp |