forked from WebAssembly/spec
-
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.
This commit refactors the file `cont.wast` such that it no longer uses `let` and `func.bind`. We change the type of `spawn` such that it is parameterised by a continuation type rather than a function type, and then we replace every use of `func.bind` by a corresponding `cont.bind`.
- Loading branch information
Showing
1 changed file
with
34 additions
and
28 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