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 d576e30 commit 6dc5278Copy full SHA for 6dc5278
lib/Interpreter/CMakeLists.txt
@@ -130,6 +130,8 @@ if(EMSCRIPTEN)
130
PRIVATE "SHELL: -s WASM_BIGINT"
131
PRIVATE "SHELL: -s SIDE_MODULE=1"
132
PRIVATE "SHELL: ${SYMBOLS_LIST}"
133
+ PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueNoAlloc"
134
+ PUBLIC "SHELL: -Wl,--export=__clang_Interpreter_SetValueWithAlloc"
135
)
136
if (CPPINTEROP_ENABLE_TESTING)
137
# When compiling Emscripten tests the shared library it links to is expected to be in the same folder as the compiled Javascript
0 commit comments