-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix execution of tail calling host functions from Wasm (#1329)
* write exec test where wasm tail calls host * no longer use wat crate directly in test * move ControlFlow alias to instrs submodule * apply rustfmt * format new test * return ControlFlow from return_call_{imported,indirect} handlers * add another host tail call failing test * fix new test * refactor tail call handlers This fixes one of the 2 new tests. The other still fails. * fix the other new host tail calls test
- Loading branch information
Showing
4 changed files
with
204 additions
and
63 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
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.