rust/library/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
..
lib.rs Rollup merge of #131830 - hoodmane:emscripten-wasm-eh, r=workingjubilee 2025-01-06 22:04:13 -05:00
libunwind.rs control libunwind linkage mode via crt-static on gnullvm targets 2024-10-03 22:59:30 +02:00
unwinding.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
wasm.rs Use throw intrinsic from stdarch in wasm libunwind 2024-10-08 15:50:37 -05:00