feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (#4083)

This commit is contained in:
liang.he
2025-02-17 13:34:18 +08:00
committed by GitHub
parent 48b75e0acb
commit 964037c9b5
3 changed files with 7 additions and 3 deletions

View File

@ -119,6 +119,8 @@ endif ()
# sanitizer may use kHandleSignalExclusive to handle SIGSEGV
# like `UBSAN_OPTIONS=handle_segv=2:...`
set (WAMR_DISABLE_HW_BOUND_CHECK 1)
# Enable aot validator
set (WAMR_BUILD_AOT_VALIDATOR 1)
set (REPO_ROOT_DIR ${CMAKE_CURRENT_LIST_DIR}/../../..)
message([ceith]:REPO_ROOT_DIR, ${REPO_ROOT_DIR})