diff --git a/web/emscripten/compile.sh b/web/emscripten/compile.sh index 0ffad41..1db0478 100755 --- a/web/emscripten/compile.sh +++ b/web/emscripten/compile.sh @@ -50,5 +50,4 @@ em++ \ -sINITIAL_MEMORY=512kb -sALLOW_MEMORY_GROWTH=1 -sMEMORY_GROWTH_GEOMETRIC_STEP=0.5 -sABORTING_MALLOC=1 \ -sSTRICT=1 -sDYNAMIC_EXECUTION=0 -# Remove UMD definition node -e "let f=process.argv[1],fs=require('fs');fs.writeFileSync(f,fs.readFileSync(f,'utf8').split(\"if (typeof exports === 'object' && typeof module === 'object') {\")[0])" "${OUTPUT_JS}"