From 3e5dc06697ebe80314188c77800ab7defc1b5d9e Mon Sep 17 00:00:00 2001 From: Geraint Date: Sat, 8 Feb 2025 19:04:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Emscripten=20build=20still=20works?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/emscripten/compile.sh | 1 - 1 file changed, 1 deletion(-) 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}"