Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions design/mvp/CanonicalABI.md
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,6 @@ For a canonical definition:
```
validation specifies:
* `$f` is given type `(func (param $si) (param $ptr i32) (result i32))`
* 🚟 - `cancellable` is allowed (otherwise it must be absent)

Calling `$f` invokes the following function which waits for progress to be made
on a `Waitable` in the given waitable set (indicated by index `$si`) and then
Expand Down Expand Up @@ -3952,7 +3951,6 @@ For a canonical definition:
```
validation specifies:
* `$f` is given type `(func (param $si i32) (param $ptr i32) (result i32))`
* 🚟 - `cancellable` is allowed (otherwise it must be absent)

Calling `$f` invokes the following function, which either returns an event that
was pending on one of the waitables in the given waitable set (the same way as
Expand Down Expand Up @@ -4627,7 +4625,6 @@ For a canonical definition:
```
validation specifies:
* `$yield-to` is given type `(func (param $i i32) (result i32))`
* 🚟 - `cancellable` is allowed (otherwise it must be absent)

Calling `$yield-to` invokes the following function which loads a thread at
index `$i` from the current component instance's `threads` table, traps if it's
Expand Down