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
Add closure type annotations to enable better DCE with external code (emscripten-core#16208)
We had a report that some common method names such as `getContext`
and `contains` was being kept alive because closure was not able to
determine the type on which they were be used internally.
// When called in current thread or Worker, the main loop ID is structured slightly different to accommodate for --proxy-to-worker runtime listening to Worker events,
0 commit comments