emscripten icon indicating copy to clipboard operation
emscripten copied to clipboard

WASM=0 + MODULARIZE + WASM_WORKERS does not work

Open sbc100 opened this issue 10 months ago • 0 comments

It seems that the call to var instance = new WebAssembly.Instance inside of the ww.js file does not work since that polyfill for the WebAssembly object is inside the modularize closure.

sbc100 avatar Apr 24 '25 19:04 sbc100