emscripten-core / emscripten-core/emscripten

What impact does using the compile option -s SINGLE_FILE=1 have on performance or functionality

Open
#15,482 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

compile with `-s SINGLE_FILE=1` , will generate the .js and .worker.js , there is no .wasm ;
if without `-s SINGLE_FILE=1` , will generate the .js , .worker.js and .wasm, so if compile with `-s SINGLE_FILE=1` , the performance and the size of the library is different without it ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.