Sign in
webkit
/
WebKit
/
04f027a29717944fe119ba52f37628c508e2d03c
/
.
/
JSTests
/
wasm
/
modules
/
js-wasm-cycle.js
blob: 94f0f866c29a38978479541233e9074f87987414 [
file
] [
log
] [
blame
]
import
*
as assert from
'../assert.js'
;
import
(
"./js-wasm-cycle/entry.js"
).
then
(
$vm
.
abort
,
function
(
error
)
{
assert
.
eq
(
String
(
error
),
`
Error
:
import
function
./
entry
.
js
:
return42 must be callable
`);
}).
then
(
function
()
{
},
$vm
.
abort
);