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
Compile using emcc test.c -Os -s WASM=0 -o out.js. With latest-upstream the resulting out.js.mem is 4196767 bytes, and with Fastcomp (latest) it's 973 bytes.