wasm: make paint run

This commit is contained in:
luboslenco
2026-02-02 20:51:37 +01:00
parent c9cab0901b
commit 4abfab531a
42 changed files with 265 additions and 172 deletions
+1 -1
View File
@@ -947,7 +947,7 @@ class WasmExporter extends Exporter {
let compilerFlags = "";
this.make =
new MakeExporter(compiler, compiler, compilerFlags, compilerFlags,
'--target=wasm32 -nostdlib -matomics -mbulk-memory "-Wl,--import-memory,--shared-memory,--allow-undefined,--no-entry,--stack-first,--initial-memory=536870912,--max-memory=536870912,-z,stack-size=10000"', '.wasm');
'--target=wasm32 -nostdlib -matomics -mbulk-memory "-Wl,--import-memory,--shared-memory,--allow-undefined,--no-entry,--initial-memory=671088640,--max-memory=671088640,-z,stack-size=256000"', '.wasm');
}
export_solution(project) {