Skip to content

Commit 7bf12e0

Browse files
authored
Remove 🚟 gate from 'cancellable' on waitable-set.{wait,poll} and yield-to (#606)
1 parent 4af67f8 commit 7bf12e0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

‎design/mvp/CanonicalABI.md‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3908,7 +3908,6 @@ For a canonical definition:
39083908
```
39093909
validation specifies:
39103910
* `$f` is given type `(func (param $si) (param $ptr i32) (result i32))`
3911-
* 🚟 - `cancellable` is allowed (otherwise it must be absent)
39123911

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

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

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

0 commit comments

Comments
 (0)