We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b30ede commit a39d6b0Copy full SHA for a39d6b0
test/statsCases/wasm-in-initial-chunk-error/test.filter.js
@@ -0,0 +1,5 @@
1
+var supportsWebAssembly = require("../../helpers/supportsWebAssembly");
2
+
3
+module.exports = function() {
4
+ return supportsWebAssembly();
5
+};
0 commit comments