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/incubator-nuttx-apps.git

commit 31e7c5ec6028e37c29b10273ffa26d26ef9e09dc
Author: Huang Qi <huang...@xiaomi.com>
AuthorDate: Wed Nov 16 15:56:20 2022 +0800

    interpreters/wamr: New option to support ref types
    
    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 f3e3984cb..796c6a5c2 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -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

Reply via email to