summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.opt
blob: da8b8fd29308a55ce4dc7ec80c889f14cd4f6699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(module
 (type $FUNCSIG$iii (func (param i32 i32) (result i32)))
 (import "env" "memory" (memory $0 256))
 (data (get_global $memoryBase) "")
 (import "env" "table" (table 0 anyfunc))
 (import "env" "memoryBase" (global $memoryBase i32))
 (import "env" "tableBase" (global $tableBase i32))
 (export "_printf" (func $625))
 (func $625 (; 0 ;) (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32)
  (i32.const 102030)
 )
)