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:
parent
2a08d17ed6
commit
c4e78cd10a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user