Skip to content

Commit

Permalink
Extend list of supported platforms in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed Nov 1, 2024
1 parent eeaa7bd commit 9cc37e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
//! |Linux, macOS |Itanium EH ABI|2.5x faster than panics |Yes |
//! |Windows (MSVC ABI) |SEH |1.5x faster than panics |Yes |
//! |Windows (GNU ABI) |Itanium EH ABI|2.5x faster than panics, but slower than MSVC|No |
//! |Emscripten |C++ exceptions|2x faster than panics |Yes |
//! |WASI |Itanium EH ABI|2.5x faster than panics |Yes |
//!
//! Lithium strives to support all targets that Rust panics support. If Lithium does not work
//! correctly on such a target, please open an issue.
Expand Down

0 comments on commit 9cc37e8

Please sign in to comment.