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 3c5328d commit 9628b1cCopy full SHA for 9628b1c
CMakeLists.txt
@@ -436,6 +436,7 @@ if(EMSCRIPTEN)
436
xeus_wasm_compile_options(xcpp)
437
xeus_wasm_link_options(xcpp "web,worker")
438
target_link_options(xcpp
439
+ PUBLIC "SHELL: -s USE_SDL=2"
440
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
441
#PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}@${XEUS_CPP_RESOURCE_DIR}"
442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR}@/share/xeus-cpp"
notebooks/smallpt.ipynb
0 commit comments