The Rust Programming Language Forum
Catch panic in Wasm
help
camden-smallwood
March 29, 2021, 3:43am
2
In short, wasm32-unknown-unknown is
panic="abort"
by default:
Related issue
C unwind proposal
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
If (this block of code panics) { println ... }
15
709
October 29, 2022
Catching panic at FFI boundary, iff unwinding enabled
help
9
1641
January 12, 2023
How to prevent: thread panicked while processing panic. aborting
help
4
2221
August 17, 2021
Pros and cons of std::panic::catch_unwind
help
15
2419
December 30, 2021
Handling panic in rust lib
6
1128
April 26, 2023