This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 097411de4 wamr: Add support for custom section loading
097411de4 is described below

commit 097411de494f8be77cffc85bf593eab7083f2250
Author: Huang Qi <huang...@xiaomi.com>
AuthorDate: Mon Nov 20 11:11:32 2023 +0800

    wamr: Add support for custom section loading
    
    Signed-off-by: Huang Qi <huang...@xiaomi.com>
---
 interpreters/wamr/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig
index 1db21db65..0324f90ac 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -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

Reply via email to