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 main motivation is that the new failure code is written in Rust so calling it directly makes more sense than indirecting through native runtime code.
This also lets us to have fewer stack-switching mechanisms as upcalls are dealt with differently than other foreign functions.