Skip to content

Commit d10c38c

Browse files
committed
Disable SINGLE_FILE_BINARY_ENCODE by default
1 parent f81580f commit d10c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ var WASMFS = false;
18171817
var SINGLE_FILE = false;
18181818

18191819
// If true, does binary encoding of data instead of base64 encoding.
1820-
var SINGLE_FILE_BINARY_ENCODE = true;
1820+
var SINGLE_FILE_BINARY_ENCODE = false;
18211821

18221822
// If set to 1, all JS libraries will be automatically available at link time.
18231823
// This gets set to 0 in STRICT mode (or with MINIMAL_RUNTIME) which mean you

0 commit comments

Comments
 (0)