Skip to content

Commit d04f744

Browse files
authored
Try exporting 3rd symbol
1 parent 11acbf1 commit d04f744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ if(EMSCRIPTEN)
124124
set_target_properties(clangCppInterOp PROPERTIES
125125
NO_SONAME 1
126126
COMPILE_FLAGS "-s SIDE_MODULE=1"
127-
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 -Wl,--export=_ZN4llvm3sys2fs17getMainExecutableEPKcPv -Wl,--export=_ZN4llvm3sys4path11parent_pathENS_9StringRefENS1_5StyleE "
127+
LINK_FLAGS "-s WASM_BIGINT -s SIDE_MODULE=1 -Wl,--export=_ZN4llvm3sys2fs17getMainExecutableEPKcPv -Wl,--export=_ZN4llvm3sys4path11parent_pathENS_9StringRefENS1_5StyleE -Wl,--export=__ZN3Cpp11GetOperatorEPvNS_8OperatorERNSt3__26vectorIS0_NS2_9allocatorIS0_EEEENS_13OperatorArityE"
128128
SUFFIX ".wasm"
129129
)
130130

0 commit comments

Comments
 (0)