Skip to content

Commit 7073046

Browse files
authored
Revert "Add smallpt as an example notebook (#235)"
This reverts commit 7a0d110.
1 parent 7a0d110 commit 7073046

File tree

3 files changed

+1
-362
lines changed

3 files changed

+1
-362
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
--XeusAddon.prefix=${{ env.PREFIX }} \
7373
--contents README.md \
7474
--contents notebooks/xeus-cpp-lite-demo.ipynb \
75-
--contents notebooks/smallpt.ipynb \
7675
--contents notebooks/images/marie.png \
7776
--contents notebooks/audio/audio.wav \
7877
--output-dir dist

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,8 @@ if(EMSCRIPTEN)
445445
# TODO: Remove the exported runtime methods
446446
# after the next xeus release.
447447
target_link_options(xcpp
448-
PUBLIC "SHELL: -s USE_SDL=2"
449448
PUBLIC "SHELL: -s EXPORTED_RUNTIME_METHODS='[\"FS\",\"PATH\",\"LDSO\",\"loadDynamicLibrary\",\"ERRNO_CODES\"]'"
450-
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/@/"
449+
PUBLIC "SHELL: --preload-file ${SYSROOT_PATH}/include@/include"
451450
PUBLIC "SHELL: --post-js ${CMAKE_CURRENT_SOURCE_DIR}/wasm_patches/post.js"
452451
)
453452
# TODO: Emscripten supports preloading files just once before it generates

notebooks/smallpt.ipynb

Lines changed: 0 additions & 359 deletions
This file was deleted.

0 commit comments

Comments
 (0)