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 57b5b13 commit 5f42f93Copy full SHA for 5f42f93
design/mvp/CanonicalABI.md
@@ -2916,7 +2916,7 @@ validation is performed where `$callee` has type `$ft`:
2916
* requires options [based on `lift(result)`](#canonopt-validation) if `ft` has a result
2917
* if `len(flatten_types(ft.param_types())) > max_flat_params`, `memory` is required
2918
* if `len(flatten_types(ft.result_types())) > max_flat_results`, `realloc` is required
2919
-* if `async` is specified, `memory` must be present
+* 🔀 if `async` is specified, `memory` must be present
2920
2921
When instantiating component instance `$inst`:
2922
* Define `$f` to be the partially-bound closure: `canon_lower($opts, $ft, $callee)`
0 commit comments