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