wasm-mutator-fuzz: Generate more kinds of corpus (#3487)

This commit is contained in:
liang.he
2024-05-31 11:16:14 +08:00
committed by GitHub
parent 5623e4d22a
commit 67638e24f4
3 changed files with 51 additions and 41 deletions

View File

@ -92,8 +92,8 @@ if (NOT DEFINED WAMR_BUILD_SIMD)
endif ()
if (NOT DEFINED WAMR_BUILD_REF_TYPES)
# Disable reference types by default
set (WAMR_BUILD_REF_TYPES 0)
# Enable reference type by default
set (WAMR_BUILD_REF_TYPES 1)
endif ()
if (NOT DEFINED WAMR_BUILD_DEBUG_INTERP)