We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa7a2a commit 18e1b4eCopy full SHA for 18e1b4e
cmake/yup_standalone.cmake
@@ -184,7 +184,7 @@ function (yup_standalone_app)
184
-sFETCH=1
185
#-sASYNCIFY=1
186
-sEXPORTED_RUNTIME_METHODS=ccall,cwrap
187
- -sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='$dynCall'
+ -sDEFAULT_LIBRARY_FUNCS_TO_INCLUDE='[$dynCall,$stackTrace]'
188
--shell-file "${YUP_ARG_CUSTOM_SHELL}")
189
190
foreach (preload_file ${YUP_ARG_PRELOAD_FILES})
0 commit comments