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
Avoid repeating wasm data in SINGLE_FILE mode with closure. NFC
This change removes the `wasmBinaryFile` global in SINGLE_FILE mode.
Instead the `wasmBinaryFile` is inlined into the `createWasm` function.
As part of this change we now also use the same embedding method as is
used in `MINIMAL_RUNTIME`, avoiding the need for the `tryParseAsDataURI`
helper.
Fixes: #23938
0 commit comments