Add an example of how to embed WAMR in Zephyr user mode (#3998)
This commit is contained in:
@ -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 ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user