We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a7267 commit ca8c42eCopy full SHA for ca8c42e
CMakeLists.txt
@@ -442,8 +442,6 @@ if(EMSCRIPTEN)
442
xeus_cpp_set_kernel_options(xcpp)
443
xeus_wasm_compile_options(xcpp)
444
xeus_wasm_link_options(xcpp "web,worker")
445
- # TODO: Remove the exported runtime methods
446
- # after the next xeus release.
447
target_link_options(xcpp
448
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
449
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
0 commit comments