blob: e01710fd164600195bceac84a29383ba7f531834 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(module
(type $FUNCSIG$iii (func (param i32 i32) (result i32)))
(type $FUNCSIG$iii$0 (func (param i32 i32) (result i32)))
(type $1 (func))
(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 (type $FUNCSIG$iii) (param $var$0 i32) (param $var$1 i32) (result i32)
(i32.const 102030)
)
)
|