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 fd05f54 commit f3d8b34Copy full SHA for f3d8b34
unittests/CppInterOp/CMakeLists.txt
@@ -16,7 +16,8 @@ add_cppinterop_unittest(CppInterOpTests
16
17
if(EMSCRIPTEN)
18
set_target_properties(CppInterOpTests PROPERTIES
19
- LINK_FLAGS "-s MAIN_MODULE=1 -s TOTAL_MEMORY=140MB --embed-file ${CMAKE_BINARY_DIR}/lib@/lib/libclangCppInterOp.wasm --bind --preload-file ${LLVM_DIR}/../../../bin@/bin --bind"
+ COMPILE "-s SIDE_MODULE=1"
20
+ LINK_FLAGS "-s SIDE_MODULE=1"
21
)
22
target_link_libraries(CppInterOpTests
23
PRIVATE
0 commit comments