Add an example of how to embed WAMR in Zephyr user mode (#3998)

This commit is contained in:
TianlongLiang
2025-01-05 15:34:17 +08:00
committed by GitHub
parent 1958808a24
commit 1807eec9d2
9 changed files with 486 additions and 1 deletions

View File

@ -32,7 +32,8 @@ if (NOT DEFINED WAMR_BUILD_LIBC_BUILTIN)
endif ()
if (NOT DEFINED WAMR_BUILD_LIBC_WASI)
# Disable libc wasi support by default
# Disable libc wasi support by default, in the future,
# it can be enabled if libc wasi file/socket/lock support is ready on Zephyr platform
set (WAMR_BUILD_LIBC_WASI 0)
endif ()