summaryrefslogtreecommitdiff
path: root/test/merge/global-init.wast.combined.opt
blob: 44c047693a7d0a3337a5d24965bf93e4318322da (plain)
1
2
3
4
5
6
7
8
(module
 (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) "")
)