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
This involves also including `emscripten_thread_state.S` which provides
APIs such as `emscripten_is_main_runtime_thread` and
emscripten_is_main_browser_thread` which now also work in Wasm Workers.
There is a minor code size hit here of ~80 bytes, but I think its
worth it to have these low level APIs available everywhere.
0 commit comments