Tracking Issue for wasm exception-handling architecture intrinsics #122465
Labels
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(wasm_exception_handling_intrinsics)]
This is a tracking issue for wasm exception-handling architecture intrinsics; currently, only the
throw
instruction is implemented as a platform intrinsic.Public API
Steps / History
Unresolved Questions
0
, signifying a C++ exception. Ideally one would be able to somehow declare a tag in a similar way to astatic
, and pass that as the TAG to the intrinsic.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: