Marcin Kolny 45136bcc8a Implement sock_addr_remote syscall (#1360) 3 лет назад
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 лет назад
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 4 лет назад
common 45136bcc8a Implement sock_addr_remote syscall (#1360) 3 лет назад
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 лет назад
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) 4 лет назад
include 45136bcc8a Implement sock_addr_remote syscall (#1360) 3 лет назад
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 лет назад
linux-sgx 45136bcc8a Implement sock_addr_remote syscall (#1360) 3 лет назад
nuttx bc6eda2803 Set nuttx isatty definition according to CONFIG_SERIAL_TERMIOS (#1234) 3 лет назад
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) 4 лет назад
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 лет назад
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 лет назад
windows 45136bcc8a Implement sock_addr_remote syscall (#1360) 3 лет назад
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 лет назад
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 лет назад

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.