From c4e78cd10a999b7fa25fe865ca6fc4bbd9c2f2a9 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Thu, 4 Jan 2024 15:20:11 +0800 Subject: [PATCH] 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 --- interpreters/wamr/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 782812a3d..e0c06a470 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -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