mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-11 16:58:05 +00:00
added the commandline for Emscripten
This commit is contained in:
3
embuild.sh
Normal file
3
embuild.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/usr/lib/emscripten/em++ hyperweb.cpp -O3 -s LEGACY_GL_EMULATION=1 -s TOTAL_MEMORY=128*1024*1024 -std=c++11 -o hyper.html
|
||||||
|
|
||||||
Reference in New Issue
Block a user