Skip to content

Commit

Permalink
Update macros according to the latest wasm2c
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanrn committed Jan 2, 2024
1 parent 3440a5c commit 4eee213
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,7 @@ target_include_directories(glue_lib PRIVATE ${mod_wasm2c_SOURCE_DIR}/wasm2c

target_compile_definitions(glue_lib PUBLIC WASM_RT_USE_MMAP=1
PUBLIC WASM_RT_SKIP_SIGNAL_RECOVERY=1
PUBLIC WASM_RT_USE_STACK_DEPTH_COUNT=0
PUBLIC WASM_RT_SKIP_EXCEPTION_HANDLING=1)
PUBLIC WASM_RT_NONCONFORMING_UNCHECKED_STACK_EXHAUSTION=1)

include(CTest)
include(Catch)
Expand Down

0 comments on commit 4eee213

Please sign in to comment.