summaryrefslogtreecommitdiff
path: root/test/merge/post-instantiate-a.wast.combined
blob: 23ff598afca7214274a9f03304c01687c054c1cc (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))
 (func $0 (; 0 ;) (type $0)
  (drop
   (i32.const 1000)
  )
 )
 (func $0$0 (; 1 ;) (type $0$0)
  (nop)
 )
)