webgpu progress

This commit is contained in:
luboslenco
2025-12-10 22:10:42 +01:00
parent dca02f0d35
commit ab09b71562
5 changed files with 290 additions and 473 deletions
+1 -1
View File
@@ -945,7 +945,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" "-Wl,--allow-undefined"', '.wasm');
'--target=wasm32 -nostdlib -matomics -mbulk-memory "-Wl,--import-memory,--shared-memory" "-Wl,--allow-undefined,--no-entry"', '.wasm');
}
export_solution(project) {