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 3d8d4b8 commit d58786aCopy full SHA for d58786a
test/CMakeLists.txt
@@ -60,6 +60,7 @@ if(EMSCRIPTEN)
60
target_link_options(test_xeus_cpp
61
PUBLIC "SHELL: -fexceptions"
62
PUBLIC "SHELL: -s MAIN_MODULE=1"
63
+ PUBLIC "SHELL: -s WASM_BIGINT"
64
PUBLIC "SHELL: -s ASSERTIONS=0"
65
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
66
PUBLIC "SHELL: -s EXIT_RUNTIME=1"
@@ -100,4 +101,4 @@ else()
100
101
target_include_directories(test_xeus_cpp PRIVATE ${XEUS_CPP_INCLUDE_DIR})
102
103
add_custom_target(xtest COMMAND test_xeus_cpp DEPENDS test_xeus_cpp)
-endif()
104
+endif()
0 commit comments