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
Remove a static allocation in C++ exceptions support code in JS (emscripten-core#12039)
This also fixes a potential issue with thread-safety (as all threads used
to use that same location, previously, and now each thread gets its
own allocation, kind of like TLS).
0 commit comments