File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2720,9 +2720,9 @@ present, is validated as such:
2720
2720
* ` post-return ` - only allowed on [ ` canon lift ` ] ( #canon-lift ) , which has rules
2721
2721
for validation
2722
2722
* 🔀 ` 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 )
2726
2726
2727
2727
Additionally some options are required depending on lift/lower operations
2728
2728
performed for a component. These are defined as:
You can’t perform that action at this time.
0 commit comments