Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/validations
/
.
/
test
/
lit
/
merge
/
table64.wat.second
blob: cbc5a78fb50116300fb424bda17adee8bd65956e [
file
] [
log
] [
blame
] [
edit
]
;;
A
module
with
a wasm64 table
.
We
must copy it properly
when
we merge
.
(
module
(
table $table i64
15
15
funcref
)
(
elem $0
(
i64
.
const
0
)
$second
)
(
export
"table"
(
table $table
))
(
func $second
)
)