Sign in
webkit
/
WebKit
/
919aeb989a73073e2f1d75e53d7d882b3cc61ca8
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle
/
entry-wasm-table.js
blob: c55291442085da904ebfe1e86d262407f5711a1b [
file
] [
log
] [
blame
]
import
{
t
}
from
"./wasm-table.wasm"
export
{
f
,
t
};
function
f
(
x
)
{
return
x
+
1
;
}