Skip to content

Commit a39d6b0

Browse files
committed
check for wasm support in test case
1 parent 5b30ede commit a39d6b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
var supportsWebAssembly = require("../../helpers/supportsWebAssembly");
2+
3+
module.exports = function() {
4+
return supportsWebAssembly();
5+
};

0 commit comments

Comments
 (0)