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
This test started failing after #16627. Prior to that change the
exceptions destructors were called via the following code in JS:
```
// In Wasm, destructors return 'this' as in ARM
{{{ makeDynCall('pp', 'destructor') }}}(info.excPtr);
```
I'm not sure why this test only started failing under LTO. Its seems
like it should be failing under non-LTO too.
0 commit comments