summaryrefslogtreecommitdiff
path: root/test/merge/main-lacks-segments.wast.combined.finalized
blob: 923ffd34d1557d68bd5e7702db5b6a8dff317393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(module
 (type $0 (func))
 (import "env" "memoryBase" (global $memoryBase i32))
 (import "env" "tableBase" (global $tableBase i32))
 (import "env" "memory" (memory $0 256))
 (import "env" "table" (table 10 anyfunc))
 (import "env" "memoryBase" (global $memoryBase$0 i32))
 (import "env" "tableBase" (global $tableBase$0 i32))
 (elem (i32.const 8) $foo $foo)
 (data (i32.const 1024) "hello, this is some data!\00\00\00\00\00\00\00")
 (func $foo (type $0)
  (drop
   (i32.add
    (i32.const 8)
    (i32.const 0)
   )
  )
  (drop
   (i32.add
    (i32.const 1024)
    (i32.const 0)
   )
  )
 )
)