wasm-micro-runtime/core/shared/platform
Lucas Abad 04642622d4
zephyr: Enable WASI support for file system and sockets on zephyr (#3633)
To address #3311.

This work also implements the WASI support on Zephyr.

Note that some comments haven't been addressed and will be fixed in the
further patches.
2024-11-06 08:06:50 +08:00
..
alios zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
android zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
common zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
cosmopolitan zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
darwin zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08: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) 2024-11-06 08:06:50 +08:00
freebsd zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
include zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
linux zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
linux-sgx zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
nuttx zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
riot zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
rt-thread zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
vxworks zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
windows zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08:00
zephyr zephyr: Enable WASI support for file system and sockets on zephyr (#3633) 2024-11-06 08:06:50 +08: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.