Skip to content

Commit d58786a

Browse files
authored
Update CMakeLists.txt
1 parent 3d8d4b8 commit d58786a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if(EMSCRIPTEN)
6060
target_link_options(test_xeus_cpp
6161
PUBLIC "SHELL: -fexceptions"
6262
PUBLIC "SHELL: -s MAIN_MODULE=1"
63+
PUBLIC "SHELL: -s WASM_BIGINT"
6364
PUBLIC "SHELL: -s ASSERTIONS=0"
6465
PUBLIC "SHELL: -s ALLOW_MEMORY_GROWTH=1"
6566
PUBLIC "SHELL: -s EXIT_RUNTIME=1"
@@ -100,4 +101,4 @@ else()
100101
target_include_directories(test_xeus_cpp PRIVATE ${XEUS_CPP_INCLUDE_DIR})
101102

102103
add_custom_target(xtest COMMAND test_xeus_cpp DEPENDS test_xeus_cpp)
103-
endif()
104+
endif()

0 commit comments

Comments
 (0)