Skip to content

Commit d1dcdde

Browse files
authored
Update exception-handling status in Wasmtime docs: now has C API. (#12919)
After #12861 lands, we have full C/C++ API support for creating, inspecting, throwing and catching exceptions.
1 parent 8c22e58 commit d1dcdde

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/stability-wasm-proposals.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The emoji legend is:
4747
| Proposal | Phase 4 | Tests | Finished | Fuzzed | API | C API |
4848
|--------------------------|---------|-------|----------|--------|-----|--------|
4949
| [`custom-page-sizes`] |||||||
50-
| [`exception-handling`] |||| 🚧[^9] || 🚧[^10]|
50+
| [`exception-handling`] |||| 🚧[^9] || |
5151
| [`function-references`] |||| 🚧 |||
5252
| [`gc`] [^5] ||| 🚧[^6] | 🚧[^7] |||
5353
| [`threads`] ||| 🚧[^8] |[^4] |||
@@ -74,9 +74,6 @@ The emoji legend is:
7474
[^9]: The exception-handling proposal is fuzzed by our whole-module fuzzer,
7575
but we do not have an exception-specific fuzzer that attempts to create
7676
interesting throw/catch patterns or payloads.
77-
[^10]: The exception-handling proposal can be enabled for exceptions in the guest
78-
via the C API, but exception objects have no C API to examine, clone,
79-
rethrow, or drop exceptions that propagate to the host.
8077

8178
[cm-capi-gaps]: https://github.com/bytecodealliance/wasmtime/issues?q=is%3Aissue%20state%3Aopen%20label%3Awasm-proposal%3Acomponent-model%20label%3Awasmtime%3Ac-api
8279

0 commit comments

Comments
 (0)