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
Don't include mem init loading code when it is inside the wasm anyhow (emscripten-core#5844)
* don't include mem init loading code when it is inside the wasm anyhow
* don't assign null to memoryInitializer later, that is the initial value anyhow
* don't put the mem init in the wasm if using pthreads, as we need to handle it more manually (pthreads don't need to initialize memory, just code)
* add a test from juj@a9b66de
0 commit comments