Skip to content

Commit f4691be

Browse files
authored
Fix closure exported symbols
1 parent 3e1b7e3 commit f4691be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: github.event_name == 'schedule' || !contains(github.event.head_commit.message, '[ci skip]')
1717
env:
18-
CMAKE_EXE_LINKER_FLAGS: "-sMAXIMUM_MEMORY=4294967296 -sSINGLE_FILE"
18+
CMAKE_EXE_LINKER_FLAGS: "-sMAXIMUM_MEMORY=4294967296 -sSINGLE_FILE -sEXPORTED_RUNTIME_METHODS=stringToUTF8OnStack,stringToAscii,getExceptionMessage"
1919
strategy:
2020
matrix:
2121
emsdk: [ "tot", "latest" ]

0 commit comments

Comments
 (0)