Skip to content

Commit 924fd8c

Browse files
committed
Fix opts.callback signature
1 parent f048984 commit 924fd8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/mvp/CanonicalABI.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,9 +2720,9 @@ present, is validated as such:
27202720
* `post-return` - only allowed on [`canon lift`](#canon-lift), which has rules
27212721
for validation
27222722
* 🔀 `async` - cannot be present with `post-return`
2723-
* 🔀 `callback` - the function has type `(func (param i32 i32 i32 i32) (result
2724-
i32))` and cannot be present without `async` and is only allowed with [`canon
2725-
lift`](#canon-lift)
2723+
* 🔀 `callback` - the function has type `(func (param i32 i32 i32) (result i32))`
2724+
and cannot be present without `async` and is only allowed with
2725+
[`canon lift`](#canon-lift)
27262726

27272727
Additionally some options are required depending on lift/lower operations
27282728
performed for a component. These are defined as:

0 commit comments

Comments
 (0)