wasm-compose 0.246.2

A library for composing WebAssembly components.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
(component
  (component (;0;)
    (type (;0;)
      (instance
        (type (;0;) (func (param "x" string) (result string)))
        (export (;0;) "m" (func (type 0)))
      )
    )
    (import "b1" (instance (;0;) (type 0)))
    (import "b2" (instance (;1;) (type 0)))
    (alias export 0 "m" (func (;0;)))
    (alias export 1 "m" (func (;1;)))
    (export (;2;) "m1" (func 0))
    (export (;3;) "m2" (func 1))
  )
  (component (;1;)
    (type $i1 (;0;)
      (instance
        (type (;0;) (func))
        (type (;1;) (func (param "x" s8)))
        (type (;2;) (func (param "x" u8)))
        (type (;3;) (func (param "x" s16)))
        (type (;4;) (func (param "x" u16)))
        (type (;5;) (func (param "x" s32)))
        (type (;6;) (func (param "x" u32)))
        (type (;7;) (func (param "x" s64)))
        (type (;8;) (func (param "x" u64)))
        (type (;9;) (func (param "x" f32)))
        (type (;10;) (func (param "x" f64)))
        (type (;11;) (func (param "x" bool)))
        (type (;12;) (func (param "x" string)))
        (export (;0;) "a" (func (type 0)))
        (export (;1;) "b" (func (type 1)))
        (export (;2;) "c" (func (type 2)))
        (export (;3;) "d" (func (type 3)))
        (export (;4;) "e" (func (type 4)))
        (export (;5;) "f" (func (type 5)))
        (export (;6;) "g" (func (type 6)))
        (export (;7;) "h" (func (type 7)))
        (export (;8;) "i" (func (type 8)))
        (export (;9;) "j" (func (type 9)))
        (export (;10;) "k" (func (type 10)))
        (export (;11;) "l" (func (type 11)))
        (export (;12;) "m" (func (type 12)))
        (type (;13;) (record (field "a" s8) (field "b" u8) (field "c" s16) (field "d" u16) (field "e" s32) (field "f" u32) (field "g" s64) (field "h" u64) (field "i" f32) (field "j" f64) (field "k" bool) (field "l" string)))
        (export (;14;) "record1" (type (eq 13)))
        (type (;15;) (func (param "x" 14)))
        (export (;13;) "n" (func (type 15)))
        (type (;16;) (list 14))
        (type (;17;) (func (param "x" 16)))
        (export (;14;) "o" (func (type 17)))
        (type (;18;) (tuple 14 string))
        (type (;19;) (func (param "x" 18)))
        (export (;15;) "p" (func (type 19)))
        (type (;20;) (flags "a" "b" "c"))
        (export (;21;) "flags1" (type (eq 20)))
        (type (;22;) (func (param "x" 21)))
        (export (;16;) "q" (func (type 22)))
        (type (;23;) (enum "a" "b" "c"))
        (export (;24;) "enum1" (type (eq 23)))
        (type (;25;) (func (param "x" 24)))
        (export (;17;) "r" (func (type 25)))
        (type (;26;) (option 14))
        (export (;27;) "option1" (type (eq 26)))
        (type (;28;) (func (param "x" 27)))
        (export (;18;) "s" (func (type 28)))
        (type (;29;) (variant (case "a" s8) (case "b" u8) (case "c" s16) (case "d" u16) (case "e" s32) (case "f" u32) (case "g" s64) (case "h" u64) (case "i" f32) (case "j" f64) (case "k" bool) (case "l" string) (case "m" 14)))
        (export (;30;) "variant1" (type (eq 29)))
        (type (;31;) (option 30))
        (type (;32;) (func (param "x" 31)))
        (export (;19;) "t" (func (type 32)))
        (type (;33;) (result 14 (error string)))
        (type (;34;) (func (result 33)))
        (export (;20;) "u" (func (type 34)))
      )
    )
    (type $f22 (;1;) (func (param "x" string) (result string)))
    (import "a" (instance $i1 (;0;) (type $i1)))
    (core module $m0 (;0;)
      (type (;0;) (func (param i32 i32)))
      (type (;1;) (func (param i32 i32) (result i32)))
      (type (;2;) (func (param i32 i32 i32 i32) (result i32)))
      (import "a" "m" (func (;0;) (type 0)))
      (memory (;0;) 0)
      (export "memory" (memory 0))
      (export "m" (func $m))
      (export "canonical_abi_realloc" (func $canonical_abi_realloc))
      (func $m (;1;) (type 1) (param i32 i32) (result i32)
        unreachable
      )
      (func $canonical_abi_realloc (;2;) (type 2) (param i32 i32 i32 i32) (result i32)
        unreachable
      )
    )
    (core module $m1 (;1;)
      (type (;0;) (func (param i32 i32)))
      (type (;1;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;2;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32 i32 i32)))
      (type (;3;) (func (param i32 i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;4;) (func (param i32 i32 i64 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;5;) (func (param i32)))
      (table (;0;) 7 7 funcref)
      (export "0" (func 0))
      (export "1" (func 1))
      (export "2" (func 2))
      (export "3" (func 3))
      (export "4" (func 4))
      (export "5" (func 5))
      (export "6" (func 6))
      (export "$imports" (table 0))
      (func (;0;) (type 0) (param i32 i32)
        local.get 0
        local.get 1
        i32.const 0
        call_indirect (type 0)
      )
      (func (;1;) (type 1) (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        local.get 0
        local.get 1
        local.get 2
        local.get 3
        local.get 4
        local.get 5
        local.get 6
        local.get 7
        local.get 8
        local.get 9
        local.get 10
        local.get 11
        local.get 12
        i32.const 1
        call_indirect (type 1)
      )
      (func (;2;) (type 0) (param i32 i32)
        local.get 0
        local.get 1
        i32.const 2
        call_indirect (type 0)
      )
      (func (;3;) (type 2) (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32 i32 i32)
        local.get 0
        local.get 1
        local.get 2
        local.get 3
        local.get 4
        local.get 5
        local.get 6
        local.get 7
        local.get 8
        local.get 9
        local.get 10
        local.get 11
        local.get 12
        local.get 13
        local.get 14
        i32.const 3
        call_indirect (type 2)
      )
      (func (;4;) (type 3) (param i32 i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        local.get 0
        local.get 1
        local.get 2
        local.get 3
        local.get 4
        local.get 5
        local.get 6
        local.get 7
        local.get 8
        local.get 9
        local.get 10
        local.get 11
        local.get 12
        local.get 13
        i32.const 4
        call_indirect (type 3)
      )
      (func (;5;) (type 4) (param i32 i32 i64 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        local.get 0
        local.get 1
        local.get 2
        local.get 3
        local.get 4
        local.get 5
        local.get 6
        local.get 7
        local.get 8
        local.get 9
        local.get 10
        local.get 11
        local.get 12
        local.get 13
        local.get 14
        i32.const 5
        call_indirect (type 4)
      )
      (func (;6;) (type 5) (param i32)
        local.get 0
        i32.const 6
        call_indirect (type 5)
      )
    )
    (core module $m2 (;2;)
      (type (;0;) (func (param i32 i32)))
      (type (;1;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;2;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32 i32 i32)))
      (type (;3;) (func (param i32 i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;4;) (func (param i32 i32 i64 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;5;) (func (param i32)))
      (import "" "0" (func (;0;) (type 0)))
      (import "" "1" (func (;1;) (type 1)))
      (import "" "2" (func (;2;) (type 0)))
      (import "" "3" (func (;3;) (type 2)))
      (import "" "4" (func (;4;) (type 3)))
      (import "" "5" (func (;5;) (type 4)))
      (import "" "6" (func (;6;) (type 5)))
      (import "" "$imports" (table (;0;) 7 7 funcref))
      (elem (;0;) (i32.const 0) func 0 1 2 3 4 5 6)
    )
    (core instance $m1 (;0;) (instantiate $m1))
    (alias export $i1 "a" (func (;0;)))
    (core func $a (;0;) (canon lower (func 0)))
    (alias export $i1 "b" (func (;1;)))
    (core func $b (;1;) (canon lower (func 1)))
    (alias export $i1 "c" (func (;2;)))
    (core func $c (;2;) (canon lower (func 2)))
    (alias export $i1 "d" (func (;3;)))
    (core func $d (;3;) (canon lower (func 3)))
    (alias export $i1 "e" (func (;4;)))
    (core func $e (;4;) (canon lower (func 4)))
    (alias export $i1 "f" (func (;5;)))
    (core func $f (;5;) (canon lower (func 5)))
    (alias export $i1 "g" (func (;6;)))
    (core func $g (;6;) (canon lower (func 6)))
    (alias export $i1 "h" (func (;7;)))
    (core func $h (;7;) (canon lower (func 7)))
    (alias export $i1 "i" (func (;8;)))
    (core func $i (;8;) (canon lower (func 8)))
    (alias export $i1 "j" (func (;9;)))
    (core func $j (;9;) (canon lower (func 9)))
    (alias export $i1 "k" (func (;10;)))
    (core func $k (;10;) (canon lower (func 10)))
    (alias export $i1 "l" (func (;11;)))
    (core func $l (;11;) (canon lower (func 11)))
    (alias export $i1 "q" (func (;12;)))
    (core func $q (;12;) (canon lower (func 12)))
    (alias export $i1 "r" (func (;13;)))
    (core func $r (;13;) (canon lower (func 13)))
    (alias core export $m1 "0" (core func (;14;)))
    (alias core export $m1 "1" (core func (;15;)))
    (alias core export $m1 "2" (core func (;16;)))
    (alias core export $m1 "3" (core func (;17;)))
    (alias core export $m1 "4" (core func (;18;)))
    (alias core export $m1 "5" (core func (;19;)))
    (alias core export $m1 "6" (core func (;20;)))
    (core instance (;1;)
      (export "m" (func 14))
      (export "n" (func 15))
      (export "o" (func 16))
      (export "p" (func 17))
      (export "s" (func 18))
      (export "t" (func 19))
      (export "u" (func 20))
      (export "a" (func $a))
      (export "b" (func $b))
      (export "c" (func $c))
      (export "d" (func $d))
      (export "e" (func $e))
      (export "f" (func $f))
      (export "g" (func $g))
      (export "h" (func $h))
      (export "i" (func $i))
      (export "j" (func $j))
      (export "k" (func $k))
      (export "l" (func $l))
      (export "q" (func $q))
      (export "r" (func $r))
    )
    (core instance $m0 (;2;) (instantiate $m0
        (with "a" (instance 1))
      )
    )
    (alias core export $m0 "memory" (core memory $m (;0;)))
    (alias core export $m0 "canonical_abi_realloc" (core func $realloc (;21;)))
    (alias core export $m1 "$imports" (core table $t (;0;)))
    (alias export $i1 "m" (func (;14;)))
    (core func (;22;) (canon lower (func 14) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "n" (func (;15;)))
    (core func (;23;) (canon lower (func 15) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "o" (func (;16;)))
    (core func (;24;) (canon lower (func 16) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "p" (func (;17;)))
    (core func (;25;) (canon lower (func 17) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "s" (func (;18;)))
    (core func (;26;) (canon lower (func 18) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "t" (func (;19;)))
    (core func (;27;) (canon lower (func 19) (memory $m) (realloc $realloc) string-encoding=utf8))
    (alias export $i1 "u" (func (;20;)))
    (core func (;28;) (canon lower (func 20) (memory $m) (realloc $realloc) string-encoding=utf8))
    (core instance (;3;)
      (export "$imports" (table $t))
      (export "0" (func 22))
      (export "1" (func 23))
      (export "2" (func 24))
      (export "3" (func 25))
      (export "4" (func 26))
      (export "5" (func 27))
      (export "6" (func 28))
    )
    (core instance (;4;) (instantiate $m2
        (with "" (instance 3))
      )
    )
    (alias core export $m0 "m" (core func (;29;)))
    (func $m (;21;) (type $f22) (canon lift (core func 29) (memory $m) (realloc $realloc) string-encoding=utf8))
    (instance $x (;1;)
      (export "m" (func $m))
    )
    (export (;2;) "x" (instance $x))
  )
  (component (;2;)
    (type $t0 (;0;) (func))
    (type $t1 (;1;) (func (param "x" s8)))
    (type $t2 (;2;) (func (param "x" u8)))
    (type $t3 (;3;) (func (param "x" s16)))
    (type $t4 (;4;) (func (param "x" u16)))
    (type $t5 (;5;) (func (param "x" s32)))
    (type $t6 (;6;) (func (param "x" u32)))
    (type $t7 (;7;) (func (param "x" s64)))
    (type $t8 (;8;) (func (param "x" u64)))
    (type $t9 (;9;) (func (param "x" f32)))
    (type $t10 (;10;) (func (param "x" f64)))
    (type $t11 (;11;) (func (param "x" bool)))
    (type $t12 (;12;) (func (param "x" string)))
    (type $t13' (;13;) (record (field "a" s8) (field "b" u8) (field "c" s16) (field "d" u16) (field "e" s32) (field "f" u32) (field "g" s64) (field "h" u64) (field "i" f32) (field "j" f64) (field "k" bool) (field "l" string)))
    (export $t13 (;14;) "record1" (type $t13'))
    (type $t14 (;15;) (func (param "x" $t13)))
    (type $t15 (;16;) (list $t13))
    (type $t16 (;17;) (func (param "x" $t15)))
    (type $t17 (;18;) (tuple $t13 string))
    (type $t18 (;19;) (func (param "x" $t17)))
    (type $t19' (;20;) (flags "a" "b" "c"))
    (export $t19 (;21;) "flags1" (type $t19'))
    (type $t20 (;22;) (func (param "x" $t19)))
    (type $t21' (;23;) (enum "a" "b" "c"))
    (export $t21 (;24;) "enum1" (type $t21'))
    (type $t22 (;25;) (func (param "x" $t21)))
    (type $t23' (;26;) (option $t13))
    (export $t23 (;27;) "option1" (type $t23'))
    (type $t24 (;28;) (func (param "x" $t23)))
    (type $t25' (;29;) (variant (case "a" s8) (case "b" u8) (case "c" s16) (case "d" u16) (case "e" s32) (case "f" u32) (case "g" s64) (case "h" u64) (case "i" f32) (case "j" f64) (case "k" bool) (case "l" string) (case "m" $t13)))
    (export $t25 (;30;) "variant1" (type $t25'))
    (type $t26 (;31;) (option $t25))
    (type $t27 (;32;) (func (param "x" $t26)))
    (type $t28 (;33;) (result $t13 (error string)))
    (type $t29 (;34;) (func (result $t28)))
    (core module (;0;)
      (type (;0;) (func))
      (type (;1;) (func (param i32)))
      (type (;2;) (func (param i64)))
      (type (;3;) (func (param f32)))
      (type (;4;) (func (param f64)))
      (type (;5;) (func (param i32 i32)))
      (type (;6;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;7;) (func (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32 i32 i32)))
      (type (;8;) (func (param i32 i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;9;) (func (param i32 i32 i64 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)))
      (type (;10;) (func (result i32)))
      (type (;11;) (func (param i32 i32 i32 i32) (result i32)))
      (memory (;0;) 0)
      (export "memory" (memory 0))
      (export "a" (func $a))
      (export "b" (func $b))
      (export "c" (func $c))
      (export "d" (func $d))
      (export "e" (func $e))
      (export "f" (func $f))
      (export "g" (func $g))
      (export "h" (func $h))
      (export "i" (func $i))
      (export "j" (func $j))
      (export "k" (func $k))
      (export "l" (func $l))
      (export "m" (func $m))
      (export "n" (func $n))
      (export "o" (func $o))
      (export "p" (func $p))
      (export "q" (func $q))
      (export "r" (func $r))
      (export "s" (func $s))
      (export "t" (func $t))
      (export "u" (func $u))
      (export "canonical_abi_realloc" (func $canonical_abi_realloc))
      (func $a (;0;) (type 0)
        unreachable
      )
      (func $b (;1;) (type 1) (param i32)
        unreachable
      )
      (func $c (;2;) (type 1) (param i32)
        unreachable
      )
      (func $d (;3;) (type 1) (param i32)
        unreachable
      )
      (func $e (;4;) (type 1) (param i32)
        unreachable
      )
      (func $f (;5;) (type 1) (param i32)
        unreachable
      )
      (func $g (;6;) (type 1) (param i32)
        unreachable
      )
      (func $h (;7;) (type 2) (param i64)
        unreachable
      )
      (func $i (;8;) (type 2) (param i64)
        unreachable
      )
      (func $j (;9;) (type 3) (param f32)
        unreachable
      )
      (func $k (;10;) (type 4) (param f64)
        unreachable
      )
      (func $l (;11;) (type 1) (param i32)
        unreachable
      )
      (func $m (;12;) (type 5) (param i32 i32)
        unreachable
      )
      (func $n (;13;) (type 6) (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        unreachable
      )
      (func $o (;14;) (type 5) (param i32 i32)
        unreachable
      )
      (func $p (;15;) (type 7) (param i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32 i32 i32)
        unreachable
      )
      (func $q (;16;) (type 1) (param i32)
        unreachable
      )
      (func $r (;17;) (type 1) (param i32)
        unreachable
      )
      (func $s (;18;) (type 8) (param i32 i32 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        unreachable
      )
      (func $t (;19;) (type 9) (param i32 i32 i64 i32 i32 i32 i32 i32 i64 i64 f32 f64 i32 i32 i32)
        unreachable
      )
      (func $u (;20;) (type 10) (result i32)
        unreachable
      )
      (func $canonical_abi_realloc (;21;) (type 11) (param i32 i32 i32 i32) (result i32)
        unreachable
      )
    )
    (core instance (;0;) (instantiate 0))
    (alias core export 0 "memory" (core memory (;0;)))
    (alias core export 0 "canonical_abi_realloc" (core func (;0;)))
    (alias core export 0 "a" (core func (;1;)))
    (alias core export 0 "b" (core func (;2;)))
    (alias core export 0 "c" (core func (;3;)))
    (alias core export 0 "d" (core func (;4;)))
    (alias core export 0 "e" (core func (;5;)))
    (alias core export 0 "f" (core func (;6;)))
    (alias core export 0 "g" (core func (;7;)))
    (alias core export 0 "h" (core func (;8;)))
    (alias core export 0 "i" (core func (;9;)))
    (alias core export 0 "j" (core func (;10;)))
    (alias core export 0 "k" (core func (;11;)))
    (alias core export 0 "l" (core func (;12;)))
    (alias core export 0 "m" (core func (;13;)))
    (alias core export 0 "n" (core func (;14;)))
    (alias core export 0 "o" (core func (;15;)))
    (alias core export 0 "p" (core func (;16;)))
    (alias core export 0 "q" (core func (;17;)))
    (alias core export 0 "r" (core func (;18;)))
    (alias core export 0 "s" (core func (;19;)))
    (alias core export 0 "t" (core func (;20;)))
    (alias core export 0 "u" (core func (;21;)))
    (func (;0;) (type $t0) (canon lift (core func 1)))
    (func (;1;) (type $t1) (canon lift (core func 2)))
    (func (;2;) (type $t2) (canon lift (core func 3)))
    (func (;3;) (type $t3) (canon lift (core func 4)))
    (func (;4;) (type $t4) (canon lift (core func 5)))
    (func (;5;) (type $t5) (canon lift (core func 6)))
    (func (;6;) (type $t6) (canon lift (core func 7)))
    (func (;7;) (type $t7) (canon lift (core func 8)))
    (func (;8;) (type $t8) (canon lift (core func 9)))
    (func (;9;) (type $t9) (canon lift (core func 10)))
    (func (;10;) (type $t10) (canon lift (core func 11)))
    (func (;11;) (type $t11) (canon lift (core func 12)))
    (func (;12;) (type $t12) (canon lift (core func 13) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;13;) (type $t14) (canon lift (core func 14) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;14;) (type $t16) (canon lift (core func 15) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;15;) (type $t18) (canon lift (core func 16) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;16;) (type $t20) (canon lift (core func 17)))
    (func (;17;) (type $t22) (canon lift (core func 18)))
    (func (;18;) (type $t24) (canon lift (core func 19) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;19;) (type $t27) (canon lift (core func 20) (memory 0) (realloc 0) string-encoding=utf8))
    (func (;20;) (type $t29) (canon lift (core func 21) (memory 0) (realloc 0) string-encoding=utf8))
    (export (;21;) "a" (func 0))
    (export (;22;) "b" (func 1))
    (export (;23;) "c" (func 2))
    (export (;24;) "d" (func 3))
    (export (;25;) "e" (func 4))
    (export (;26;) "f" (func 5))
    (export (;27;) "g" (func 6))
    (export (;28;) "h" (func 7))
    (export (;29;) "i" (func 8))
    (export (;30;) "j" (func 9))
    (export (;31;) "k" (func 10))
    (export (;32;) "l" (func 11))
    (export (;33;) "m" (func 12))
    (export (;34;) "n" (func 13))
    (export (;35;) "o" (func 14))
    (export (;36;) "p" (func 15))
    (export (;37;) "q" (func 16))
    (export (;38;) "r" (func 17))
    (export (;39;) "s" (func 18))
    (export (;40;) "t" (func 19))
    (export (;41;) "u" (func 20))
  )
  (instance (;0;) (instantiate 2))
  (instance (;1;) (instantiate 1
      (with "a" (instance 0))
    )
  )
  (instance (;2;) (instantiate 1
      (with "a" (instance 0))
    )
  )
  (alias export 2 "x" (instance (;3;)))
  (alias export 1 "x" (instance (;4;)))
  (instance (;5;) (instantiate 0
      (with "b1" (instance 3))
      (with "b2" (instance 4))
    )
  )
  (alias export 5 "m1" (func (;0;)))
  (export (;1;) "m1" (func 0))
  (alias export 5 "m2" (func (;2;)))
  (export (;3;) "m2" (func 2))
)