added the commandline for Emscripten

This commit is contained in:
Zeno Rogue 2017-08-13 20:48:07 +02:00
parent aff0526b3a
commit 6fb608bb2b
1 changed files with 3 additions and 0 deletions

3
embuild.sh Normal file
View 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