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 run PThread.initMainThread() on Wasm Workers. Fixes#20279. (#21290)
One could argue we shouldn't even run PThread.initWorker() on
WASM_WORKERS or AUDIO_WORKLETS, but looking at the current contents of
that function, it should be safe to do so (and may lead to some useful
functionality), so leaving that in for now.
0 commit comments