Sign in
webkit
/
WebKit
/
34f5efbbe2903324708c7d6f83220e30b3f6ddd8
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle
/
table.wat
blob: e5a40e15bf7ccb8c09945ddf72e890a18cf2104c [
file
] [
log
] [
blame
]
(
module
(
import
"./entry-table.js"
"t"
(
table $t
5
funcref
))
(
func
(
export
"f"
)
(
result i32
)
(
table
.
get
$t
(
i32
.
const
0
))
(
ref
.
is_null
)))