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
The main thread TLS region get initialized via a static constructor in
`library_wasm_worker.c`. Without this change programs that don't
otherwise reference `library_wasm_worker.c` will not have this static
constructor run.
Fixes: #22852
0 commit comments