You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement -s SINGLE_FILE_BINARY_ENCODE=1 option to embed Wasm binary as
binary-encoded form instead of base64 form in SINGLE_FILE mode.
Continuation of emscripten-core#21478.
For comparison of code size, see
emscripten-core#21426 (comment).
@@ -464,6 +471,7 @@ function getBinarySync(file) {
464
471
#else
465
472
throw'sync fetching of the wasm failed: you can preload it to Module["wasmBinary"] manually, or emcc.py will do that for you when generating HTML (but not JS)';
0 commit comments