forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate component libcalls to checking for traps
This commit is the analog of bytecodealliance#9675 but for component libcalls. This follows suit from the previous commit which updates all component libcalls to explicitly returning whether a trap happened and if so performing said trap. This then removes the need for the old trap handling functions in the runtime which means they can all be deleted now as they're no longer necessary.
- Loading branch information
1 parent
c1aafee
commit eb19d41
Showing
4 changed files
with
143 additions
and
119 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
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
Oops, something went wrong.