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 removes the integrateWasmJS function, which we define and then immediately call. Without it, the functions in it are toplevel and can be better optimized away.
Also do a few minor cleanups while doing so, avoiding unnecessary global vars.
Saves about 1% of js size.
0 commit comments