blob: b9ec7cba5c20cb31e36720754d58cbac5756c229 (
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 1)
(data (i32.const 1024) "")
(export "__post_instantiate" (func $0$0))
(func $0 (; 0 ;) (type $0)
(nop)
)
(func $0$0 (; 1 ;) (type $0$0)
(drop
(i32.const 2000)
)
)
)
|