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
- do not mark types as used if just used inside of built-ins and not returned to userland
- mark types of type annotations of arguments
- do not mark array for internal rest args arrays
makes hello world ~10x smaller Wasm, ~2x smaller native
0 commit comments