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