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
Fix for MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION + ENVIRONMENT=web (#24863)
With `MINIMAL_RUNTIME_STREAMING_WASM_INSTANTIATION` we know that we
always get a only an instance back.
The default case is unchanged: assume we get a pair of instance/module
back.
With pthreads we have to support both cases.
Fixes: #24743
// https://caniuse.com/#feat=wasm and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/instantiateStreaming
0 commit comments