1(module
2 (type $none_=>_none (func))
3 (type $i32_=>_none (func (param i32)))
4 (import "env" "table" (table $timport$9 2 funcref))
5 (elem (i32.const 0) $__stdio_write)
6 (import "env" "__stack_pointer" (global $sp_import i32))
7 (import "env" "__table_base" (global $__table_base i32))
8 (global $gimport$9 (mut i32) (i32.const 0))
9 (global $global i32 (i32.const 42))
10 (global $sp (mut i32) (global.get $sp_import))
11 (export "__stdio_write" (func $__stdio_write))
12 (export "__data_end" (global $global))
13 (export "dynCall_v" (func $dynCall_v))
14 (export "__assign_got_enties" (func $__assign_got_enties))
15 (func $__stdio_write
16  (nop)
17 )
18 (func $__assign_got_enties
19  (global.set $gimport$9
20   (i32.add
21    (global.get $__table_base)
22    (i32.const 0)
23   )
24  )
25 )
26 (func $dynCall_v (param $fptr i32)
27  (call_indirect (type $none_=>_none)
28   (local.get $fptr)
29  )
30 )
31)
32(;
33--BEGIN METADATA --
34{
35  "staticBump": 4294966770,
36  "tableSize": 2,
37  "initializers": [
38    "__assign_got_enties"
39  ],
40  "declares": [
41  ],
42  "externs": [
43    "___stack_pointer",
44    "___table_base"
45  ],
46  "exports": [
47    "__stdio_write",
48    "dynCall_v",
49    "__assign_got_enties"
50  ],
51  "namedGlobals": {
52    "__data_end" : "42"
53  },
54  "invokeFuncs": [
55  ],
56  "mainReadsParams": 0,
57  "features": [
58  ]
59}
60-- END METADATA --
61;)
62