Wenyong Huang 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) пре 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 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) пре 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 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) пре 3 година
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) пре 4 година
linux-sgx 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) пре 3 година
nuttx 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) пре 4 година
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) пре 3 година
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 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) пре 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.