Sign in
webkit
/
WebKit
/
refs/heads/master
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle
/
entry-table.js
blob: 873c99d3d19b647ed7be5748a31e1f8dd2dd1ddf [
file
] [
log
] [
blame
]
import
{
f
}
from
"./table.wasm"
export
const
t
=
new
WebAssembly
.
Table
({
element
:
"anyfunc"
});