We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc8f65 commit a0c6dacCopy full SHA for a0c6dac
design/mvp/CanonicalABI.md
@@ -3918,7 +3918,7 @@ For a canonical definition:
3918
(canon subtask.cancel async? (core func $f))
3919
```
3920
validation specifies:
3921
-* `$f` is given type `(func (param i32))`
+* `$f` is given type `(func (param i32) (result i32))`
3922
* 🚝 - `async` is allowed (otherwise it must be absent)
3923
3924
Calling `$f` sends a request to a nondeterministically-chosen thread of the
0 commit comments