-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Register individual FDEs for musl libc.
When targeting musl, libunwind is used for the `__register_frame` implementation. Unlike when targeting libgcc which expects an entire frame table, the libunwind implementation expects a single FDE. This change ensures Wasmtime registers each individual FDE when targeting musl. Fixes #1904.
- Loading branch information
1 parent
9751b96
commit 7536093
Showing
1 changed file
with
27 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters