Skip to content

Commit c4e78cd

Browse files
no1wudixiaoxiang781216
authored andcommitted
wamr: Add new option to enable tail call support
See also: bytecodealliance/wasm-micro-runtime#2975 Signed-off-by: Huang Qi <[email protected]>
1 parent 2a08d17 commit c4e78cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interpreters/wamr/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ config INTERPRETERS_WAMR_ENABLE_SPEC_TEST
106106
bool "Enable spectest support"
107107
default n
108108

109+
config INTERPRETERS_WAMR_TAIL_CALL
110+
bool "Enable tail call support"
111+
default n
112+
---help---
113+
This only available for WAMR 1.3.0 later (don't include 1.3.0)
114+
109115
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
110116
int "Custom stack guard size"
111117
default 0

0 commit comments

Comments
 (0)