Skip to content

Commit a47ad0d

Browse files
committed
Ensure public Embind methods are explicitly exported
Required since Emscripten 3.1.69, see commit: emscripten-core/emscripten@9eb7763
1 parent aa47bf3 commit a47ad0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ set(MAIN_LINK_OPTIONS
134134
-sTEXTDECODER=2
135135
-sASSERTIONS=0
136136
-sFORCE_FILESYSTEM
137-
-sEXPORTED_RUNTIME_METHODS=FS,ENV,deletionQueue,addFunction
137+
-sEXPORTED_RUNTIME_METHODS=FS,ENV,deletionQueue,addFunction,setAutoDeleteLater,setDelayFunction
138138
-sEXCEPTION_STACK_TRACES
139139
-sBINARYEN_EXTRA_PASSES=--emit-target-features
140140
)

0 commit comments

Comments
 (0)