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
The WebAssembly<->js interface might have too much overhead, but even ignoring asm.js support, simple optimizations like <uint variable> |= 0 give modern JS engines hints.
The WebAssembly<->js interface might have too much overhead, but even ignoring asm.js support, simple optimizations like
<uint variable> |= 0give modern JS engines hints.