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
@gkgoat1 if you're interested in working on this, I'd be happy to review the work! The main design question is how this manifests in the IR; we're addressing the parallel question over in Cranelift right now so I suspect we can wait to see how that looks (likely something like LLVM's invoke instruction, with two branch targets, putting the exceptional control flow into the CFG) and then follow whatever works.
Rust added wasm unwinding using exceptions, so support would be great (both in the main repo and my fork)
Intruoduction: rust-lang/rust#121438
The text was updated successfully, but these errors were encountered: