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
emscripten registers a global message handler on initialization,
so if any other js app uses messages, it will result in errors being printed constantly
pr #16450 fixed this exact issue for library_pthread.js,
but same (or similar) fix should be done for worker.js as the code flow there is nearly identical