Skip to content

Commit 5f42f93

Browse files
committed
Add an async emoji
1 parent 57b5b13 commit 5f42f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/CanonicalABI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2916,7 +2916,7 @@ validation is performed where `$callee` has type `$ft`:
29162916
* requires options [based on `lift(result)`](#canonopt-validation) if `ft` has a result
29172917
* if `len(flatten_types(ft.param_types())) > max_flat_params`, `memory` is required
29182918
* if `len(flatten_types(ft.result_types())) > max_flat_results`, `realloc` is required
2919-
* if `async` is specified, `memory` must be present
2919+
* 🔀 if `async` is specified, `memory` must be present
29202920

29212921
When instantiating component instance `$inst`:
29222922
* Define `$f` to be the partially-bound closure: `canon_lower($opts, $ft, $callee)`

0 commit comments

Comments
 (0)