Sign in
webkit
/
WebKit
/
34573b4327f502983405341f6edd2f8dcbc2cb0c
/
.
/
JSTests
/
wasm
/
regress
/
selectf64.js
blob: 0a40cdb88f33567ed356a1dae1a8053b966c393e [
file
] [
log
] [
blame
]
import
{
test
}
from
'./selectf64.wasm'
import
*
as assert from
'../assert.js'
;
assert
.
eq
(
test
(),
43
)