mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue