rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
612 stars 271 forks source link

Use C-unwind abi for the llvm.wasm.throw intrinsic #1663

Closed coolreader18 closed 3 weeks ago

coolreader18 commented 3 weeks ago

Discovered in rust-lang/rust#132416. Before, it was outputting a nounwind attribute on unwind::wasm::_Unwind_RaiseException, which was definitely incorrect.

rustbot commented 3 weeks ago

r? @Amanieu

rustbot has assigned @Amanieu. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer