blob: 3c0e0c15075e9b1e7d5941581adb89995446107d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(module
(type $void (func))
(table $0 1 1 funcref)
(elem (i32.const 0) $foo)
(func $foo
(return_call $bar)
)
(func $bar
(return_call_indirect $0 (type $void)
(i32.const 0)
)
)
)
|