1(module
2 (type $none_=>_none (func))
3 (type $none_=>_i32 (func (result i32)))
4 (type $i32_=>_i32 (func (param i32) (result i32)))
5 (type $i32_i32_=>_i32 (func (param i32 i32) (result i32)))
6 (import "env" "puts" (func $puts (param i32) (result i32)))
7 (memory $0 2)
8 (data (i32.const 568) "Hello, world\00")
9 (table $0 1 1 funcref)
10 (global $global$0 (mut i32) (i32.const 66128))
11 (global $global$1 i32 (i32.const 581))
12 (export "memory" (memory $0))
13 (export "__wasm_call_ctors" (func $__wasm_call_ctors))
14 (export "main" (func $main))
15 (export "__data_end" (global $global$1))
16 (func $__wasm_call_ctors
17  (nop)
18 )
19 (func $__original_main (result i32)
20  (drop
21   (call $puts
22    (i32.const 568)
23   )
24  )
25  (i32.const 0)
26 )
27 (func $main (param $0 i32) (param $1 i32) (result i32)
28  (call $__original_main)
29 )
30)
31(;
32--BEGIN METADATA --
33{
34  "staticBump": 13,
35  "tableSize": 1,
36  "initializers": [
37    "__wasm_call_ctors"
38  ],
39  "declares": [
40    "puts"
41  ],
42  "externs": [
43  ],
44  "exports": [
45    "__wasm_call_ctors",
46    "main"
47  ],
48  "namedGlobals": {
49    "__data_end" : "581"
50  },
51  "invokeFuncs": [
52  ],
53  "mainReadsParams": 0,
54  "features": [
55  ]
56}
57-- END METADATA --
58;)
59