We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af46b5f commit 5940d4aCopy full SHA for 5940d4a
1 file changed
CMakeLists.txt
@@ -85,7 +85,7 @@ if(EMSCRIPTEN)
85
86
87
set(EMS
88
- "SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH']"
+ "SHELL: -s EXTRA_EXPORTED_RUNTIME_METHODS=['FS','PATH','loadDynamicLibrary']"
89
)
90
target_compile_options(xplugin_host INTERFACE ${EMS})
91
target_link_options(xplugin_host INTERFACE ${EMS})
0 commit comments