Skip to content

Commit

Permalink
add reference type support by default for darwin to support WASI-SDK-25
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsmc committed Dec 19, 2024
1 parent f8f37c8 commit 49bb756
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions product-mini/platforms/darwin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ if (NOT DEFINED WAMR_BUILD_SIMD)
set (WAMR_BUILD_SIMD 1)
endif ()

if (NOT DEFINED WAMR_BUILD_REF_TYPES)
# Enable reference types by default
set (WAMR_BUILD_REF_TYPES 1)
endif ()

if (NOT DEFINED WAMR_BUILD_DEBUG_INTERP)
# Disable Debug feature by default
set (WAMR_BUILD_DEBUG_INTERP 0)
Expand Down

0 comments on commit 49bb756

Please sign in to comment.