|
6 | 6 | (func (import "$root" "[stream-write-2]foo") (param i32 i32 i32) (result i32)) |
7 | 7 | (func (import "$root" "[stream-cancel-read-2]foo") (param i32) (result i32)) |
8 | 8 | (func (import "$root" "[stream-cancel-write-2]foo") (param i32) (result i32)) |
9 | | - (func (import "$root" "[stream-close-readable-2]foo") (param i32)) |
| 9 | + (func (import "$root" "[stream-close-readable-2]foo") (param i32 i32)) |
10 | 10 | (func (import "$root" "[stream-close-writable-2]foo") (param i32 i32)) |
11 | 11 | (func (import "foo:foo/bar" "[stream-new-2]foo") (result i32)) |
12 | 12 | (func (import "foo:foo/bar" "[stream-read-2]foo") (param i32 i32 i32) (result i32)) |
13 | 13 | (func (import "foo:foo/bar" "[stream-write-2]foo") (param i32 i32 i32) (result i32)) |
14 | 14 | (func (import "foo:foo/bar" "[stream-cancel-read-2]foo") (param i32) (result i32)) |
15 | 15 | (func (import "foo:foo/bar" "[stream-cancel-write-2]foo") (param i32) (result i32)) |
16 | | - (func (import "foo:foo/bar" "[stream-close-readable-2]foo") (param i32)) |
| 16 | + (func (import "foo:foo/bar" "[stream-close-readable-2]foo") (param i32 i32)) |
17 | 17 | (func (import "foo:foo/bar" "[stream-close-writable-2]foo") (param i32 i32)) |
18 | 18 | (func (import "$root" "[future-new-0]foo") (result i32)) |
19 | 19 | (func (import "$root" "[future-read-0]foo") (param i32 i32) (result i32)) |
20 | 20 | (func (import "$root" "[future-write-0]foo") (param i32 i32) (result i32)) |
21 | 21 | (func (import "$root" "[future-cancel-read-0]foo") (param i32) (result i32)) |
22 | 22 | (func (import "$root" "[future-cancel-write-0]foo") (param i32) (result i32)) |
23 | | - (func (import "$root" "[future-close-readable-0]foo") (param i32)) |
| 23 | + (func (import "$root" "[future-close-readable-0]foo") (param i32 i32)) |
24 | 24 | (func (import "$root" "[future-close-writable-0]foo") (param i32 i32)) |
25 | 25 | (func (import "foo:foo/bar" "[future-new-0]foo") (result i32)) |
26 | 26 | (func (import "foo:foo/bar" "[future-read-0]foo") (param i32 i32) (result i32)) |
27 | 27 | (func (import "foo:foo/bar" "[future-write-0]foo") (param i32 i32) (result i32)) |
28 | 28 | (func (import "foo:foo/bar" "[future-cancel-read-0]foo") (param i32) (result i32)) |
29 | 29 | (func (import "foo:foo/bar" "[future-cancel-write-0]foo") (param i32) (result i32)) |
30 | | - (func (import "foo:foo/bar" "[future-close-readable-0]foo") (param i32)) |
| 30 | + (func (import "foo:foo/bar" "[future-close-readable-0]foo") (param i32 i32)) |
31 | 31 | (func (import "foo:foo/bar" "[future-close-writable-0]foo") (param i32 i32)) |
32 | 32 | (func (import "$root" "[future-new-1]foo") (result i32)) |
33 | 33 | (func (import "$root" "[future-read-1]foo") (param i32 i32) (result i32)) |
34 | 34 | (func (import "$root" "[future-write-1]foo") (param i32 i32) (result i32)) |
35 | 35 | (func (import "$root" "[future-cancel-read-1]foo") (param i32) (result i32)) |
36 | 36 | (func (import "$root" "[future-cancel-write-1]foo") (param i32) (result i32)) |
37 | | - (func (import "$root" "[future-close-readable-1]foo") (param i32)) |
| 37 | + (func (import "$root" "[future-close-readable-1]foo") (param i32 i32)) |
38 | 38 | (func (import "$root" "[future-close-writable-1]foo") (param i32 i32)) |
39 | 39 | (func (import "foo:foo/bar" "[future-new-1]foo") (result i32)) |
40 | 40 | (func (import "foo:foo/bar" "[future-read-1]foo") (param i32 i32) (result i32)) |
41 | 41 | (func (import "foo:foo/bar" "[future-write-1]foo") (param i32 i32) (result i32)) |
42 | 42 | (func (import "foo:foo/bar" "[future-cancel-read-1]foo") (param i32) (result i32)) |
43 | 43 | (func (import "foo:foo/bar" "[future-cancel-write-1]foo") (param i32) (result i32)) |
44 | | - (func (import "foo:foo/bar" "[future-close-readable-1]foo") (param i32)) |
| 44 | + (func (import "foo:foo/bar" "[future-close-readable-1]foo") (param i32 i32)) |
45 | 45 | (func (import "foo:foo/bar" "[future-close-writable-1]foo") (param i32 i32)) |
46 | 46 | (func (import "[export]$root" "[stream-new-2]foo") (result i32)) |
47 | 47 | (func (import "[export]$root" "[stream-read-2]foo") (param i32 i32 i32) (result i32)) |
48 | 48 | (func (import "[export]$root" "[stream-write-2]foo") (param i32 i32 i32) (result i32)) |
49 | 49 | (func (import "[export]$root" "[stream-cancel-read-2]foo") (param i32) (result i32)) |
50 | 50 | (func (import "[export]$root" "[stream-cancel-write-2]foo") (param i32) (result i32)) |
51 | | - (func (import "[export]$root" "[stream-close-readable-2]foo") (param i32)) |
| 51 | + (func (import "[export]$root" "[stream-close-readable-2]foo") (param i32 i32)) |
52 | 52 | (func (import "[export]$root" "[stream-close-writable-2]foo") (param i32 i32)) |
53 | 53 | (func (import "[export]foo:foo/bar" "[stream-new-2]foo") (result i32)) |
54 | 54 | (func (import "[export]foo:foo/bar" "[stream-read-2]foo") (param i32 i32 i32) (result i32)) |
55 | 55 | (func (import "[export]foo:foo/bar" "[stream-write-2]foo") (param i32 i32 i32) (result i32)) |
56 | 56 | (func (import "[export]foo:foo/bar" "[stream-cancel-read-2]foo") (param i32) (result i32)) |
57 | 57 | (func (import "[export]foo:foo/bar" "[stream-cancel-write-2]foo") (param i32) (result i32)) |
58 | | - (func (import "[export]foo:foo/bar" "[stream-close-readable-2]foo") (param i32)) |
| 58 | + (func (import "[export]foo:foo/bar" "[stream-close-readable-2]foo") (param i32 i32)) |
59 | 59 | (func (import "[export]foo:foo/bar" "[stream-close-writable-2]foo") (param i32 i32)) |
60 | 60 | (func (import "[export]$root" "[future-new-0]foo") (result i32)) |
61 | 61 | (func (import "[export]$root" "[future-read-0]foo") (param i32 i32) (result i32)) |
62 | 62 | (func (import "[export]$root" "[future-write-0]foo") (param i32 i32) (result i32)) |
63 | 63 | (func (import "[export]$root" "[future-cancel-read-0]foo") (param i32) (result i32)) |
64 | 64 | (func (import "[export]$root" "[future-cancel-write-0]foo") (param i32) (result i32)) |
65 | | - (func (import "[export]$root" "[future-close-readable-0]foo") (param i32)) |
| 65 | + (func (import "[export]$root" "[future-close-readable-0]foo") (param i32 i32)) |
66 | 66 | (func (import "[export]$root" "[future-close-writable-0]foo") (param i32 i32)) |
67 | 67 | (func (import "[export]foo:foo/bar" "[future-new-0]foo") (result i32)) |
68 | 68 | (func (import "[export]foo:foo/bar" "[future-read-0]foo") (param i32 i32) (result i32)) |
69 | 69 | (func (import "[export]foo:foo/bar" "[future-write-0]foo") (param i32 i32) (result i32)) |
70 | 70 | (func (import "[export]foo:foo/bar" "[future-cancel-read-0]foo") (param i32) (result i32)) |
71 | 71 | (func (import "[export]foo:foo/bar" "[future-cancel-write-0]foo") (param i32) (result i32)) |
72 | | - (func (import "[export]foo:foo/bar" "[future-close-readable-0]foo") (param i32)) |
| 72 | + (func (import "[export]foo:foo/bar" "[future-close-readable-0]foo") (param i32 i32)) |
73 | 73 | (func (import "[export]foo:foo/bar" "[future-close-writable-0]foo") (param i32 i32)) |
74 | 74 | (func (import "[export]$root" "[future-new-1]foo") (result i32)) |
75 | 75 | (func (import "[export]$root" "[future-read-1]foo") (param i32 i32) (result i32)) |
76 | 76 | (func (import "[export]$root" "[future-write-1]foo") (param i32 i32) (result i32)) |
77 | 77 | (func (import "[export]$root" "[future-cancel-read-1]foo") (param i32) (result i32)) |
78 | 78 | (func (import "[export]$root" "[future-cancel-write-1]foo") (param i32) (result i32)) |
79 | | - (func (import "[export]$root" "[future-close-readable-1]foo") (param i32)) |
| 79 | + (func (import "[export]$root" "[future-close-readable-1]foo") (param i32 i32)) |
80 | 80 | (func (import "[export]$root" "[future-close-writable-1]foo") (param i32 i32)) |
81 | 81 | (func (import "[export]foo:foo/bar" "[future-new-1]foo") (result i32)) |
82 | 82 | (func (import "[export]foo:foo/bar" "[future-read-1]foo") (param i32 i32) (result i32)) |
83 | 83 | (func (import "[export]foo:foo/bar" "[future-write-1]foo") (param i32 i32) (result i32)) |
84 | 84 | (func (import "[export]foo:foo/bar" "[future-cancel-read-1]foo") (param i32) (result i32)) |
85 | 85 | (func (import "[export]foo:foo/bar" "[future-cancel-write-1]foo") (param i32) (result i32)) |
86 | | - (func (import "[export]foo:foo/bar" "[future-close-readable-1]foo") (param i32)) |
| 86 | + (func (import "[export]foo:foo/bar" "[future-close-readable-1]foo") (param i32 i32)) |
87 | 87 | (func (import "[export]foo:foo/bar" "[future-close-writable-1]foo") (param i32 i32)) |
88 | 88 | (func (export "[async-stackful]foo") (param i32 i32) unreachable) |
89 | 89 | (func (export "[async-stackful]foo:foo/bar#foo") (param i32 i32) unreachable) |
|
0 commit comments