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
To be removed: test compiler using "--uncheckedBehavior always"
For some reason, the Wasm variant fails to bootstrap. Specifically,
when compiling the first function that is compiled, which happens to be
~lib/rt/common/OBJECT#get:rtSize. The JS variant sees that a local is
present, but the Wasm variant does not. Hence, the compiler crashes by
making a negative-length array in Function#getNonParameterLocalTypes().
This commit simply demonstrates this issue in CI.
0 commit comments