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
enable thread safety for sbrk and emmalloc, when using WASM_WORKERS (#18174)
* enable thread safety for sbrk and emmalloc, when using WASM_WORKERS
* test/code_size/hello_wasm_worker_wasm.json: rebaseline
* enable thread safety for sbrk and emmalloc, when using WASM_WORKERS - use __EMSCRIPTEN_SHARED_MEMORY__ for shared pthread/wasm workers cases
* enable thread safety for sbrk and emmalloc, when using WASM_WORKERS - remove redundant RETRY_SBRK
Co-authored-by: kme <none>
0 commit comments