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 4042234 commit cbc520aCopy full SHA for cbc520a
test/CMakeLists.txt
@@ -70,6 +70,7 @@ if(EMSCRIPTEN)
70
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
71
PUBLIC "SHELL: --preload-file ../${XEUS_CPP_CONF_DIR}@/etc/xeus-cpp"
72
PUBLIC "SHELL: -s STRICT=1"
73
+ PUBLIC "SHELL: --no-entry"
74
)
75
76
target_include_directories(test_xeus_cpp PRIVATE ${XEUS_CPP_INCLUDE_DIR})
0 commit comments