Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/unassert
/
.
/
test
/
passes
/
generate-dyncalls.wast
blob: 6fbfcc3310c1f0ee47b53f06a1656ccf9764f858 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func $f1
(
result i32
)
(
i32
.
const
1024
)
)
(
func $f2
(
param i32
)
(
result i64
)
(
i64
.
const
42
)
)
(
table
2
2
funcref
)
(
elem
(
i32
.
const
0
)
$f1 $f2
)
)