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
@ -92,6 +92,10 @@ config INTERPRETERS_WAMR_MINILOADER
|
|||||||
---help---
|
---help---
|
||||||
Mini-loader don't check the integrity of wasm module
|
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
|
config INTERPRETERS_WAMR_STACK_GUARD_SIZE
|
||||||
int "Custom stack guard size"
|
int "Custom stack guard size"
|
||||||
default 0
|
default 0
|
||||||
|
Loading…
Reference in New Issue
Block a user