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.
2 parents c3773cd + 3e921f3 commit 9163dcbCopy full SHA for 9163dcb
wasm/zlib/benchmark.js
@@ -4,7 +4,7 @@
4
5
class Benchmark {
6
async runIteration() {
7
- if (!Module._main)
+ if (!Module._compressFile)
8
await setupModule(Module);
9
10
Module.FS.writeFile('input', Module.wasmBinary);
0 commit comments