We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beddb08 commit 3820625Copy full SHA for 3820625
1 file changed
src/CMakeLists.txt
@@ -111,7 +111,8 @@ if(EMSCRIPTEN)
111
-sEXPORTED_RUNTIME_METHODS=[ccall]
112
-pthread
113
-sUSE_PTHREADS=1
114
- -sPTHREAD_POOL_SIZE=8
+ -sPTHREAD_POOL_SIZE=4
115
+ -sPTHREAD_POOL_SIZE_STRICT=0
116
117
)
118
target_compile_options(complex-plotter PRIVATE "-s" "USE_GLFW=3" "-fexceptions" ${WASM_OPT_FLAGS} ${WASM_LTO_FLAGS})
0 commit comments