Callum Macmillan 72367f47eb Added socket send and recv timeout options (#1419) il y a 3 ans
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
android f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
common 72367f47eb Added socket send and recv timeout options (#1419) il y a 3 ans
darwin f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
esp-idf 071b8c2510 esp-idf: Make esp-idf support Libc WASI (#1356) il y a 3 ans
include 72367f47eb Added socket send and recv timeout options (#1419) il y a 3 ans
linux f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
linux-sgx 72367f47eb Added socket send and recv timeout options (#1419) il y a 3 ans
nuttx f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
riot f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
rt-thread f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
vxworks f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
windows 72367f47eb Added socket send and recv timeout options (#1419) il y a 3 ans
zephyr f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) il y a 3 ans
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 5 ans

README.md

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.