You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor pthread and wasm worker init sequence (#24949)
Rather than running `createWasm` and then returning a promise based on
the `wasmModuleReceived` we now do something closer to the way it works
under `MINIMUL_RUNTIME`: We delay both `createWasm` and `run` calls
until the module is received via postMessage.
0 commit comments