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 f81580f commit d10c38cCopy full SHA for d10c38c
src/settings.js
@@ -1817,7 +1817,7 @@ var WASMFS = false;
1817
var SINGLE_FILE = false;
1818
1819
// If true, does binary encoding of data instead of base64 encoding.
1820
-var SINGLE_FILE_BINARY_ENCODE = true;
+var SINGLE_FILE_BINARY_ENCODE = false;
1821
1822
// If set to 1, all JS libraries will be automatically available at link time.
1823
// This gets set to 0 in STRICT mode (or with MINIMAL_RUNTIME) which mean you
0 commit comments