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 996bed8 commit 957e51eCopy full SHA for 957e51e
design/mvp/Async.md
@@ -625,8 +625,8 @@ Given these imported WIT functions (using the fixed-length-list feature 🔧):
625
world w {
626
import foo: func(s: string) -> u32;
627
import bar: func(s: string) -> string;
628
- import baz: func(t: tuple<u64; 5>) -> string;
629
- import quux: func(t: tuple<u32; 17>) -> string;
+ import baz: func(t: list<u64; 5>) -> string;
+ import quux: func(t: list<u32; 17>) -> string;
630
}
631
```
632
the default/synchronous lowered import function signatures are:
0 commit comments