File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ option(EMSCRIPTEN_ENABLE_WASM64 "Enable memory64 in emscripten build" OFF)
8181# Turn this on to use pthreads feature in the wasm/BinaryenJS builds
8282option (EMSCRIPTEN_ENABLE_PTHREADS "Enable pthreads in emscripten build" OFF )
8383
84- # Turn this off to generate a separate .wasm file instead of packaging it into the JS.
85- # This is useful for debugging, performance analysis, and other testing .
86- option (EMSCRIPTEN_ENABLE_SINGLE_FILE "Enable SINGLE_FILE mode in emscripten build" ON )
84+ # Turn this on to generate a single .js file with the Wasm file embedded within
85+ # it. This is useful for packaging and distrubting binaryen as a single file .
86+ option (EMSCRIPTEN_ENABLE_SINGLE_FILE "Enable SINGLE_FILE mode in emscripten build" OFF )
8787
8888option (ENABLE_WERROR "Enable -Werror" ON )
8989
You can’t perform that action at this time.
0 commit comments