wamr: Add new option to enable tail call support

See also:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2975

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi 2024-01-04 15:20:11 +08:00 committed by Xiang Xiao
parent 2a08d17ed6
commit c4e78cd10a

View File

@ -106,6 +106,12 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST
bool "Enable spectest support"
default n
config INTERPRETERS_WAMR_TAIL_CALL
bool "Enable tail call support"
default n
---help---
This only available for WAMR 1.3.0 later (don't include 1.3.0)
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
int "Custom stack guard size"
default 0