We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067eac8 commit 9a246bcCopy full SHA for 9a246bc
src/doc/rustc/src/platform-support/wasm32-unknown-emscripten.md
@@ -141,3 +141,8 @@ Please refer to the [`wasm32-unknown-unknown`](./wasm32-unknown-unknown.md)
141
target's documentation on which WebAssembly features Rust enables by default, how
142
features can be disabled, and how Rust code can be conditionally compiled based on
143
which features are enabled.
144
+
145
+Note that Rust code compiled for `wasm32-unknown-emscripten` currently enables
146
+`-fexceptions` (JS exceptions) by default unless the Rust code is compiled with
147
+`-Cpanic=abort`. `-fwasm-exceptions` (WASM exceptions) is not yet currently supported,
148
+see <https://github.com/rust-lang/rust/issues/112195>.
0 commit comments