summaryrefslogtreecommitdiff
path: root/test/merge/printf.wast.combined.opt
blob: 7cb267ec2d361dca382d91efd0c1594da014b324 (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 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)
 )
)