Sign in
webkit
/
WebKit
/
1eb5c7a96be3f0d2454365b6a899399e41850726
/
.
/
JSTests
/
wasm
/
modules
/
wasm-js-cycle.js
blob: 3ccdbd3e0d4d3c8b6e63489f37983f22b53f1f6c [
file
] [
log
] [
blame
]
import
*
as assert from
'../assert.js'
import
{
return42
}
from
"./wasm-js-cycle/entry.wasm"
assert
.
eq
(
return42
(),
42
);