complete emscripten port
https://wiki.libsdl.org/SDL2/README/emscripten was still up-to-date
This commit is contained in:
parent
78471c21f0
commit
8a3913c74c
4 changed files with 110 additions and 76 deletions
2
build-web.sh
Executable file
2
build-web.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
/usr/lib/emscripten/em++ -std=c++26 --use-port=sdl2 -O2 --emrun -sASSERTIONS -o index.html main.cpp
|
Loading…
Add table
Add a link
Reference in a new issue