Skip to content

Commit

Permalink
wamr: Add new option to enable tail call support
Browse files Browse the repository at this point in the history
  • Loading branch information
no1wudi authored and xiaoxiang781216 committed Jan 6, 2024
1 parent 2a08d17 commit c4e78cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions interpreters/wamr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4e78cd

Please sign in to comment.