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"
|
bool "Enable built-in libc"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config INTERPRETERS_WAMR_LIBC_WASI
|
||||||
|
bool "Enable WASI libc"
|
||||||
|
default n
|
||||||
|
|
||||||
config INTERPRETERS_WAMR_MULTI_MODULE
|
config INTERPRETERS_WAMR_MULTI_MODULE
|
||||||
bool "Enable multi module support"
|
bool "Enable multi module support"
|
||||||
default n
|
default n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user