interpreters/wamr/Kconfig: Add an option to enable wasi libc
This commit is contained in:
parent
1d216fde99
commit
90e164b708
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user