summaryrefslogtreecommitdiff
path: root/test/multi-table.wast.fromBinary.noDebugInfo
blob: 00c3a64cb33c9f75f24b334609dd5300b33a83e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(module
 (type $none_=>_none (func))
 (import "a" "b" (table $timport$0 1 10 funcref))
 (elem (table $timport$0) (i32.const 0) func $0)
 (table $0 3 3 funcref)
 (elem (table $0) (i32.const 0) func $0)
 (elem (table $0) (i32.const 1) func $0 $1)
 (func $0
  (nop)
 )
 (func $1
  (nop)
 )
)