Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Nov 23, 2023
1 parent 52cda65 commit e8599dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if(SANDBOX)
endif()

if (${CMAKE_SYSTEM_NAME} MATCHES "Emscripten")
target_link_libraries(${PROJECT_NAME} "-s SIMD=1")
target_link_libraries(${PROJECT_NAME} "-s EVAL_CTORS=1")
target_link_libraries(${PROJECT_NAME} "-s WASM_BIGINT=1")
# target_link_libraries(${PROJECT_NAME} "-s DISABLE_EXCEPTION_CATCHING=1")
Expand Down

0 comments on commit e8599dd

Please sign in to comment.