blob: 42719ebd3dcfdd1ea01490dd4f98f10067e38514 [file] [edit]
(module
(type $0 (func (param i32 i32) (result i32)))
(type $1 (func (result i32)))
(type $2 (func))
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(import "env" "printf" (func $printf (param i32 i32) (result i32)))
(global $global$0 (mut i32) (i32.const 66128))
(global $global$1 i32 (i32.const 66128))
(global $global$2 i32 (i32.const 587))
(table 1 1 anyfunc)
(memory $0 2)
(data (i32.const 568) "%d:%d\n\00Result: %d\n\00")
(export "memory" (memory $0))
(export "__wasm_call_ctors" (func $__wasm_call_ctors))
(export "main" (func $main))
(export "__heap_base" (global $global$1))
(export "__data_end" (global $global$2))
(export "stackSave" (func $stackSave))
(export "stackAlloc" (func $stackAlloc))
(export "stackRestore" (func $stackRestore))
(export "__growWasmMemory" (func $__growWasmMemory))
(func $foo (; 1 ;) (type $0) (param $var$0 i32) (param $var$1 i32) (result i32)
(local $var$2 i32)
(set_global $global$0
(tee_local $var$2
(i32.sub
(get_global $global$0)
(i32.const 16)
)
)
)
(i32.store offset=4
(get_local $var$2)
(get_local $var$1)
)
(i32.store
(get_local $var$2)
(get_local $var$0)
)
(drop
(call $printf
(i32.const 568)
(get_local $var$2)
)
)
(set_global $global$0
(i32.add
(get_local $var$2)
(i32.const 16)
)
)
(i32.add
(get_local $var$1)
(get_local $var$0)
)
)
(func $main (; 2 ;) (type $1) (result i32)
(local $var$0 i32)
(set_global $global$0
(tee_local $var$0
(i32.sub
(get_global $global$0)
(i32.const 16)
)
)
)
(i32.store
(get_local $var$0)
(call $foo
(i32.const 1)
(i32.const 2)
)
)
(drop
(call $printf
(i32.const 575)
(get_local $var$0)
)
)
(set_global $global$0
(i32.add
(get_local $var$0)
(i32.const 16)
)
)
(i32.const 0)
)
(func $__wasm_call_ctors (; 3 ;) (type $2)
(nop)
)
(func $stackSave (; 4 ;) (result i32)
(get_global $global$0)
)
(func $stackAlloc (; 5 ;) (param $0 i32) (result i32)
(local $1 i32)
(set_global $global$0
(tee_local $1
(i32.and
(i32.sub
(get_global $global$0)
(get_local $0)
)
(i32.const -16)
)
)
)
(get_local $1)
)
(func $stackRestore (; 6 ;) (param $0 i32)
(set_global $global$0
(get_local $0)
)
)
(func $__growWasmMemory (; 7 ;) (param $newSize i32) (result i32)
(grow_memory
(get_local $newSize)
)
)
)
;; METADATA: { "asmConsts": {},"staticBump": 19, "initializers": ["__wasm_call_ctors"], "declares": ["printf"], "externs": [], "implementedFunctions": ["_foo","_main","___wasm_call_ctors","_stackSave","_stackAlloc","_stackRestore","___growWasmMemory"], "exports": ["memory","__wasm_call_ctors","main","__heap_base","__data_end","stackSave","stackAlloc","stackRestore","__growWasmMemory"], "invokeFuncs": [] }