You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/05/24 14:38:44 UTC

[incubator-nuttx-apps] 01/02: interpreters/wamr/Kconfig: Add an option to enable wasi libc

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 90e164b708f5303618a8951f0c95fa90be9d9b2b
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Wed Apr 27 13:23:05 2022 +0900

    interpreters/wamr/Kconfig: Add an option to enable wasi libc
---
 interpreters/wamr/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig
index d50f73e42..a71dd79b4 100644
--- a/interpreters/wamr/Kconfig
+++ b/interpreters/wamr/Kconfig
@@ -58,6 +58,10 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
 	bool "Enable built-in libc"
 	default n
 
+config INTERPRETERS_WAMR_LIBC_WASI
+	bool "Enable WASI libc"
+	default n
+
 config INTERPRETERS_WAMR_MULTI_MODULE
 	bool "Enable multi module support"
 	default n