Use ALLOW_MEMORY_GROWTH;

This commit is contained in:
bjorn 2017-09-02 17:31:20 -07:00
parent 447b2da41a
commit a5760beb4e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if(EMSCRIPTEN)
"-s USE_FREETYPE=1 " "-s USE_FREETYPE=1 "
"-s USE_GLFW=3 " "-s USE_GLFW=3 "
"-s USE_ZLIB=1 " "-s USE_ZLIB=1 "
"-s TOTAL_MEMORY=134217728 " "-s ALLOW_MEMORY_GROWTH=1 "
"-s NO_EXIT_RUNTIME=1 " "-s NO_EXIT_RUNTIME=1 "
"-s WASM=1" "-s WASM=1"
) )