There was an error while loading. Please reload this page.
1 parent 87a798c commit 84b0bd5Copy full SHA for 84b0bd5
1 file changed
test/cases/wasm/memory/test.filter.js
@@ -0,0 +1,5 @@
1
+var supportsWebAssembly = require("../../../helpers/supportsWebAssembly");
2
+
3
+module.exports = function(config) {
4
+ return supportsWebAssembly();
5
+};
0 commit comments