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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: