mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-07 21:47:24 +00:00
wamr: Add support for custom section loading
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
ba43911a77
commit
097411de49
1 changed files with 4 additions and 0 deletions
|
|
@ -157,6 +157,10 @@ config INTERPRETERS_WAMR_DISABLE_HW_BOUND_CHECK
|
|||
bool "Disable hardware bound check"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_LOAD_CUSTOM_SECTIONS
|
||||
bool "Enable load custom section support"
|
||||
default n
|
||||
|
||||
config INTERPRETERS_WAMR_CUSTOM_NAME_SECTIONS
|
||||
bool "Enable custom name section support"
|
||||
default n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue