Xu Jun 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) %!s(int64=4) %!d(string=hai) anos
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) %!s(int64=4) %!d(string=hai) anos
common 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) %!s(int64=4) %!d(string=hai) anos
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) %!s(int64=4) %!d(string=hai) anos
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) %!s(int64=4) %!d(string=hai) anos
include 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) %!s(int64=4) %!d(string=hai) anos
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) %!s(int64=4) %!d(string=hai) anos
linux-sgx 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) %!s(int64=4) %!d(string=hai) anos
nuttx 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
riot 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
windows 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) %!s(int64=4) %!d(string=hai) anos
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) %!s(int64=4) %!d(string=hai) anos
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=6) %!d(string=hai) anos

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.