emscripten-core / emscripten-core/emscripten
What impact does using the compile option -s SINGLE_FILE=1 have on performance or functionality
Open
- 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
Assessment
This issue has not been assessed yet.