|
1 | 1 | (component |
2 | 2 | (type (;0;) u8) |
3 | | - (export (;1;) "a" (type 0)) |
| 3 | + (export $a (;1;) "a" (type 0)) |
4 | 4 | (type (;2;) s8) |
5 | | - (export (;3;) "b" (type 2)) |
| 5 | + (export $b (;3;) "b" (type 2)) |
6 | 6 | (type (;4;) u16) |
7 | | - (export (;5;) "c" (type 4)) |
| 7 | + (export $c (;5;) "c" (type 4)) |
8 | 8 | (type (;6;) s16) |
9 | | - (export (;7;) "d" (type 6)) |
| 9 | + (export $d (;7;) "d" (type 6)) |
10 | 10 | (type (;8;) u32) |
11 | | - (export (;9;) "e" (type 8)) |
| 11 | + (export $e (;9;) "e" (type 8)) |
12 | 12 | (type (;10;) s32) |
13 | | - (export (;11;) "f" (type 10)) |
| 13 | + (export $f (;11;) "f" (type 10)) |
14 | 14 | (type (;12;) u64) |
15 | | - (export (;13;) "g" (type 12)) |
| 15 | + (export $g (;13;) "g" (type 12)) |
16 | 16 | (type (;14;) s64) |
17 | | - (export (;15;) "h" (type 14)) |
| 17 | + (export $h (;15;) "h" (type 14)) |
18 | 18 | (type (;16;) f32) |
19 | | - (export (;17;) "i" (type 16)) |
| 19 | + (export $i (;17;) "i" (type 16)) |
20 | 20 | (type (;18;) f64) |
21 | | - (export (;19;) "j" (type 18)) |
| 21 | + (export $j (;19;) "j" (type 18)) |
22 | 22 | (type (;20;) bool) |
23 | | - (export (;21;) "k" (type 20)) |
| 23 | + (export $k (;21;) "k" (type 20)) |
24 | 24 | (type (;22;) char) |
25 | | - (export (;23;) "l" (type 22)) |
| 25 | + (export $l (;23;) "l" (type 22)) |
26 | 26 | (type (;24;) string) |
27 | | - (export (;25;) "m" (type 24)) |
| 27 | + (export $m (;25;) "m" (type 24)) |
28 | 28 | (type (;26;) (list u8)) |
29 | 29 | (type (;27;) (tuple s8 u16 s16)) |
30 | 30 | (type (;28;) (option u32)) |
31 | 31 | (type (;29;) (record (field "a" 26) (field "b" 27) (field "c" 28))) |
32 | | - (export (;30;) "n" (type 29)) |
33 | | - (type (;31;) (tuple 30 30 30)) |
34 | | - (type (;32;) (variant (case "foo") (case "bar" 30) (case "baz" 31))) |
35 | | - (export (;33;) "o" (type 32)) |
| 32 | + (export $n (;30;) "n" (type 29)) |
| 33 | + (type (;31;) (tuple $n $n $n)) |
| 34 | + (type (;32;) (variant (case "foo") (case "bar" $n) (case "baz" 31))) |
| 35 | + (export $o (;33;) "o" (type 32)) |
36 | 36 | (type (;34;) (flags "foo" "bar" "baz")) |
37 | | - (export (;35;) "p" (type 34)) |
| 37 | + (export $p (;35;) "p" (type 34)) |
38 | 38 | (type (;36;) (enum "a" "b" "c")) |
39 | | - (export (;37;) "q" (type 36)) |
| 39 | + (export $q (;37;) "q" (type 36)) |
40 | 40 | (type (;38;) |
41 | 41 | (component |
42 | 42 | (type (;0;) |
|
64 | 64 | (export (;0;) "test:pkg/r" (instance (type 0))) |
65 | 65 | ) |
66 | 66 | ) |
67 | | - (export (;39;) "r" (type 38)) |
| 67 | + (export $r (;39;) "r" (type 38)) |
68 | 68 | (type (;40;) |
69 | 69 | (component |
70 | 70 | (type (;0;) |
|
108 | 108 | (export (;1;) "test:pkg/s" (instance (type 4))) |
109 | 109 | ) |
110 | 110 | ) |
111 | | - (export (;41;) "s" (type 40)) |
| 111 | + (export $s (;41;) "s" (type 40)) |
112 | 112 | (type (;42;) |
113 | 113 | (component |
114 | 114 | (type (;0;) |
|
152 | 152 | (export (;0;) "test:pkg/t" (component (type 0))) |
153 | 153 | ) |
154 | 154 | ) |
155 | | - (export (;43;) "t" (type 42)) |
156 | | - (export (;44;) "a2" (type 1)) |
157 | | - (export (;45;) "b2" (type 3)) |
158 | | - (export (;46;) "c2" (type 5)) |
159 | | - (export (;47;) "d2" (type 7)) |
160 | | - (export (;48;) "e2" (type 9)) |
161 | | - (export (;49;) "f2" (type 11)) |
162 | | - (export (;50;) "g2" (type 13)) |
163 | | - (export (;51;) "h2" (type 15)) |
164 | | - (export (;52;) "i2" (type 17)) |
165 | | - (export (;53;) "j2" (type 19)) |
166 | | - (export (;54;) "k2" (type 21)) |
167 | | - (export (;55;) "l2" (type 23)) |
168 | | - (export (;56;) "n2" (type 30)) |
169 | | - (export (;57;) "m2" (type 25)) |
170 | | - (export (;58;) "o2" (type 33)) |
171 | | - (export (;59;) "p2" (type 35)) |
172 | | - (export (;60;) "q2" (type 37)) |
| 155 | + (export $t (;43;) "t" (type 42)) |
| 156 | + (export $a2 (;44;) "a2" (type $a)) |
| 157 | + (export $b2 (;45;) "b2" (type $b)) |
| 158 | + (export $c2 (;46;) "c2" (type $c)) |
| 159 | + (export $d2 (;47;) "d2" (type $d)) |
| 160 | + (export $e2 (;48;) "e2" (type $e)) |
| 161 | + (export $f2 (;49;) "f2" (type $f)) |
| 162 | + (export $g2 (;50;) "g2" (type $g)) |
| 163 | + (export $h2 (;51;) "h2" (type $h)) |
| 164 | + (export $i2 (;52;) "i2" (type $i)) |
| 165 | + (export $j2 (;53;) "j2" (type $j)) |
| 166 | + (export $k2 (;54;) "k2" (type $k)) |
| 167 | + (export $l2 (;55;) "l2" (type $l)) |
| 168 | + (export $n2 (;56;) "n2" (type $n)) |
| 169 | + (export $m2 (;57;) "m2" (type $m)) |
| 170 | + (export $o2 (;58;) "o2" (type $o)) |
| 171 | + (export $p2 (;59;) "p2" (type $p)) |
| 172 | + (export $q2 (;60;) "q2" (type $q)) |
173 | 173 | (@producers |
174 | 174 | (processed-by "wac-parser" "0.1.0") |
175 | 175 | ) |
|
0 commit comments