This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new c4e78cd10 wamr: Add new option to enable tail call support
c4e78cd10 is described below
commit c4e78cd10a999b7fa25fe865ca6fc4bbd9c2f2a9
Author: Huang Qi <[email protected]>
AuthorDate: Thu Jan 4 15:20:11 2024 +0800
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 <[email protected]>
---
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