File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3908,7 +3908,6 @@ For a canonical definition:
39083908```
39093909validation specifies:
39103910* ` $f ` is given type ` (func (param $si) (param $ptr i32) (result i32)) `
3911- * 🚟 - ` cancellable ` is allowed (otherwise it must be absent)
39123911
39133912Calling ` $f ` invokes the following function which waits for progress to be made
39143913on a ` Waitable ` in the given waitable set (indicated by index ` $si ` ) and then
@@ -3952,7 +3951,6 @@ For a canonical definition:
39523951```
39533952validation 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
39573955Calling ` $f ` invokes the following function, which either returns an event that
39583956was pending on one of the waitables in the given waitable set (the same way as
@@ -4627,7 +4625,6 @@ For a canonical definition:
46274625```
46284626validation specifies:
46294627* ` $yield-to ` is given type ` (func (param $i i32) (result i32)) `
4630- * 🚟 - ` cancellable ` is allowed (otherwise it must be absent)
46314628
46324629Calling ` $yield-to ` invokes the following function which loads a thread at
46334630index ` $i ` from the current component instance's ` threads ` table, traps if it's
You can’t perform that action at this time.
0 commit comments