mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-19 12:38:19 +00:00
interpreters/wamr: New option to support ref types
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
7b22525f0b
commit
31e7c5ec60
1 changed files with 4 additions and 0 deletions
|
|
@ -92,6 +92,10 @@ config INTERPRETERS_WAMR_MINILOADER
|
|||
---help---
|
||||
Mini-loader don't check the integrity of wasm module
|
||||
|
||||
config INTERPRETERS_WAMR_REF_TYPES
|
||||
bool "Enable reference types support"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
|
||||
int "Custom stack guard size"
|
||||
default 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue