interpreters/wamr: Add configs for heap pool & custom name sections
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
51a96ce935
commit
c26d662951
@ -55,4 +55,20 @@ config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
|
||||
bool "Disable hardware bound check"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_CUSTOM_NAME_SECTIONS
|
||||
bool "Enable custom name section support"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_GLOBAL_HEAP_POOL
|
||||
bool "Enable global heap pool"
|
||||
default n
|
||||
|
||||
if INTERPRETERS_WAMR_GLOBAL_HEAP_POOL
|
||||
|
||||
config INTERPRETERS_WAMR_GLOBAL_HEAP_POOL_SIZE
|
||||
int "Global heap pool size (in KB)"
|
||||
default 128
|
||||
|
||||
endif
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user