blob: 638ee73290459457df43a54cb6e4e3bf36d13d9f (
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 $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)
(table $1 4 4 funcref)
(elem (table $1) (i32.const 0) funcref (ref.func $0) (ref.null func))
(elem (table $1) (i32.const 2) func $0 $1)
(elem funcref (ref.func $0) (ref.func $1) (ref.null func))
(elem declare func $2)
(func $0
(drop
(ref.func $2)
)
)
(func $1
(nop)
)
(func $2
(nop)
)
)
|