mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
interpreters/wamr/Kconfig: Mention limitations about wasi
This commit is contained in:
parent
90e164b708
commit
562db060b7
1 changed files with 8 additions and 0 deletions
|
|
@ -61,6 +61,14 @@ config INTERPRETERS_WAMR_LIBC_BUILTIN
|
|||
config INTERPRETERS_WAMR_LIBC_WASI
|
||||
bool "Enable WASI libc"
|
||||
default n
|
||||
---help---
|
||||
Note: As of writing this, this works only with main branch of
|
||||
wasm-micro-runtime.
|
||||
I.e. INTERPRETERS_WAMR_VERSION="main"
|
||||
|
||||
Note: As of writing this, most of the filesystem operations are
|
||||
not implemented. (Mainly because of lack of openat family of
|
||||
the API in NuttX.)
|
||||
|
||||
config INTERPRETERS_WAMR_MULTI_MODULE
|
||||
bool "Enable multi module support"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue