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 1689434 commit 35cbc9cCopy full SHA for 35cbc9c
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