Sign in
webkit
/
WebKit
/
refs/heads/master
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle
/
entry-wasm-global.js
blob: 658b0a0a9b643d0a78012cef6e778bd963c640fb [
file
] [
log
] [
blame
]
import
{
g
}
from
"./wasm-global.wasm"
export
{
f
,
g
};
function
f
(
x
)
{
return
x
+
1
;
}