From 562db060b79b3cbbc4aaff3c256aae5e798d434e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 24 May 2022 10:08:50 +0900 Subject: [PATCH] interpreters/wamr/Kconfig: Mention limitations about wasi --- interpreters/wamr/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index a71dd79b4..d15c8df75 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -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"