Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CppExceptions.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Support for C++ Exceptions

> **Note**: this documentation does not cover wasi-sdk-31, the latest version
> of wasi-sdk at this time.
From wasi-sdk-33 and onwards the artifacts produced by this repository support
compiling C++ code both with and without exceptions. The sysroot for wasm
targets contains two copies of the C++ standard library and headers -- one with
Expand Down Expand Up @@ -68,3 +65,7 @@ wasi-sdk at this time:
all built with the standard exception-handling proposal.
* Currently `-lunwind` is required when linking, but this may become automatic
in the future.
* Currently exceptions and LTO have a known issue and may not work. See
[WebAssembly/wasi-sdk#629][#629] for more information.

[#629]: https://github.com/WebAssembly/wasi-sdk/issues/629
Loading