-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement resumable calls via register-machine
wasmi
engine backend (…
…#814) * implement resumable calling via register-machine engine This is not tested properly and may not work, yet. * try to fix fuzzing CI * fix bug for older rust toolchain (bench CI) * make special smoldot tail resume tests pass under regmach * apply rustfmt * remove outdated comment Tails calls work when calling host functions in the new register-machine engine. * add TestData to resumable calls tests Also use Linker::func_wrap. New TestData is unused, yet. * test resumable calls for both engine backends
- Loading branch information
Showing
9 changed files
with
610 additions
and
181 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
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.