We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1b7e3 commit f4691beCopy full SHA for f4691be
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
if: github.event_name == 'schedule' || !contains(github.event.head_commit.message, '[ci skip]')
17
env:
18
- CMAKE_EXE_LINKER_FLAGS: "-sMAXIMUM_MEMORY=4294967296 -sSINGLE_FILE"
+ CMAKE_EXE_LINKER_FLAGS: "-sMAXIMUM_MEMORY=4294967296 -sSINGLE_FILE -sEXPORTED_RUNTIME_METHODS=stringToUTF8OnStack,stringToAscii,getExceptionMessage"
19
strategy:
20
matrix:
21
emsdk: [ "tot", "latest" ]
0 commit comments