rust/library/panic_unwind/src
Jacob Pratt 4e4a93c2dd
Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee
Add support for wasm exception handling to Emscripten target

This is a draft because we need some additional setting for the Emscripten target to select between the old exception handling and the new exception handling. I don't know how to add a setting like that, would appreciate advice from Rust folks. We could maybe choose to use the new exception handling if `Ctarget-feature=+exception-handling` is passed? I tried this but I get errors from llvm so I'm not doing it right.
2025-01-06 22:04:13 -05:00
..
dummy.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
emcc.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
gcc.rs update link to "C++ Exceptions under the hood" blog 2024-11-29 11:46:34 +01:00
hermit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee 2025-01-06 22:04:13 -05:00
miri.rs Add blank lines after module-level //! comments. 2024-06-20 09:23:20 +10:00
seh.rs Remove allowing static_mut_refs lint 2024-10-14 16:48:27 +08:00