2 lines
111 B
Bash
2 lines
111 B
Bash
|
#!/bin/bash
|
||
|
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --emrun -sASSERTIONS -o index.html main.cpp
|