wamr: add an option for exception-handling

This commit is contained in:
YAMAMOTO Takashi 2024-07-11 17:43:03 +09:00 committed by Xiang Xiao
parent 9715b813d3
commit a0d98f1951

View File

@ -182,6 +182,10 @@ config INTERPRETERS_WAMR_BULK_MEMORY
bool "Enable bluk memory"
default n
config INTERPRETERS_WAMR_ENABLE_EXCE_HANDLING
bool "Enable exception-handling"
default n
config INTERPRETERS_WAMR_PERF_PROFILING
bool "Enable performance profiling"
default n