We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22dc1f commit 92ec0a4Copy full SHA for 92ec0a4
1 file changed
design/mvp/Async.md
@@ -784,7 +784,7 @@ There is no core function result because a callee [returns](#returning) their
784
value by *calling* the *imported* `task.return` function which has signature:
785
```wat
786
;; task.return
787
-(func (param $ret-ptr i32) (result $ret-len i32))
+(func (param $ret-ptr i32) (param $ret-len i32))
788
```
789
790
The parameters of `task.return` work the same as if the WIT return type was the
0 commit comments