Wenyong Huang 635084c9b2 Fix sgx platform issues (#916) 4 vuotta sitten
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
android ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
common ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
esp-idf a9f1c2b64a Port WAMR to ESP-IDF (#892) 4 vuotta sitten
include ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 vuotta sitten
linux-sgx 635084c9b2 Fix sgx platform issues (#916) 4 vuotta sitten
nuttx 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
riot 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
windows 89a1c8220d Implement GetCurrentThreadStackLimits() for Windows 7 (#914) 4 vuotta sitten
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 vuotta sitten
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 vuotta sitten

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.