blob: f832716a9f52ebf955092a89fff23563e0a62d1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(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))
(export "__post_instantiate" (func $0$0))
(func $0 (; 0 ;) (type $0)
(nop)
)
(func $0$0 (; 1 ;) (type $0$0)
(drop
(i32.const 2000)
)
)
)
|