wasm-micro-runtime/core/shared/platform
Stephen Berard 2c00c30bde Fixes to support WASI on Zephyr (#3948)
Fixed issues in os_renameat and added os_is_* methods for stdin/stdout/stderr.
ps. #3311.

Signed-off-by: Stephen Berard <stephen.berard@outlook.com>
2025-08-12 08:53:57 +00:00
..
alios zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
android zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
common zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
cosmopolitan zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
darwin zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
freebsd zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
include zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
linux zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
linux-sgx zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
nuttx zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
riot zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
rt-thread zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
vxworks zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
windows zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2025-08-12 08:53:49 +00:00
zephyr Fixes to support WASI on Zephyr (#3948) 2025-08-12 08:53:57 +00:00
README.md re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00

This folder contains the platform abstract layer for multiple platforms. To support a new platform, you can simply create a new folder here and implement all the APIs defined in include folder.

Refer to port_wamr.md for how to port WAMR to a target platform.