File tree Expand file tree Collapse file tree 3 files changed +106
-0
lines changed Expand file tree Collapse file tree 3 files changed +106
-0
lines changed Original file line number Diff line number Diff line change 74
74
--XeusAddon.prefix=${{ env.PREFIX }} \
75
75
--contents README.md \
76
76
--contents notebooks/xeus-cpp-lite-demo.ipynb \
77
+ --contents notebooks/smallpt.ipynb \
77
78
--contents notebooks/images/marie.png \
78
79
--contents notebooks/audio/audio.wav \
79
80
--output-dir dist
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ if(EMSCRIPTEN)
436
436
xeus_wasm_compile_options (xcpp )
437
437
xeus_wasm_link_options (xcpp "web,worker" )
438
438
target_link_options (xcpp
439
+ PUBLIC "SHELL: -s USE_SDL=2"
439
440
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH} /include@/include"
440
441
#PUBLIC "SHELL: --preload-file ${CMAKE_INSTALL_PREFIX}${XEUS_CPP_RESOURCE_DIR}@${XEUS_CPP_RESOURCE_DIR}"
441
442
PUBLIC "SHELL: --preload-file ${XEUS_CPP_DATA_DIR} @/share/xeus-cpp"
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments