Wenyong Huang 6caa6b1d73 Support get return value for SGX os_printf/os_vprintf (#1387) há 3 anos atrás
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) há 4 anos atrás
android f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
common f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
darwin f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
esp-idf 071b8c2510 esp-idf: Make esp-idf support Libc WASI (#1356) há 3 anos atrás
include f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
linux f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
linux-sgx 6caa6b1d73 Support get return value for SGX os_printf/os_vprintf (#1387) há 3 anos atrás
nuttx f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
riot f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
rt-thread f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
vxworks f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
windows e23acfab36 Fix windows thread data issue and enhance windows os_mmap (#1372) há 3 anos atrás
zephyr f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) há 3 anos atrás
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) há 5 anos atrás

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.