interpreters/wamr/Kconfig: Add an option to enable wasi libc

This commit is contained in:
YAMAMOTO Takashi 2022-04-27 13:23:05 +09:00 committed by Xiang Xiao
parent 1d216fde99
commit 90e164b708

View File

@ -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