blob: 0e276d601b4bff6f73b4bb3a22e66bfc58a2938b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
(module
(memory $0 2)
(global $global$0 (mut i32) (i32.const 66112))
(global $global$1 i32 (i32.const 66112))
(global $global$2 i32 (i32.const 576))
(export "memory" (memory $0))
(export "__heap_base" (global $global$1))
(export "__data_end" (global $global$2))
(func $__original_main (param $0 i32) (param $1 i32) (result i32)
(i32.const 0)
)
)
|