Sign in
webkit
/
WebKit
/
3bad5cac0fcf383346c0ec89df24dfdc9b09da00
/
.
/
JSTests
/
wasm
/
modules
/
run-from-wasm
/
check.js
blob: 51a353526e45a8c716b3fc28078850215385b0e9 [
file
] [
log
] [
blame
]
import
*
as assert from
'../../assert.js'
;
export
function
check
(
value
)
{
assert
.
eq
(
value
,
42
);
}