blob: 40744ab1302b06f95245bcd6fde6319b3664e3aa (
plain)
1
2
3
4
|
// |jit-test| skip-if: !getBuildConfiguration().arm; --arm-hwcap=armv7
// Wasm should be unavailable in this configuration: armv7 without floating point.
assertEq(typeof WebAssembly, "undefined");
|