blob: 74f4ede174e6cec5818fa273f52d4032bed0b3b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
(module
(type $0 (func))
(type $0$0 (func))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
(import "env" "memoryBase" (global $memoryBase$0 i32))
(import "env" "tableBase" (global $tableBase$0 i32))
(memory $0 0)
(data (get_global $memoryBase) "")
(export "__post_instantiate" (func $0$0))
(func $0 (; 0 ;) (type $0)
(nop)
)
(func $0$0 (; 1 ;) (type $0$0)
(drop
(i32.const 2000)
)
)
)
|