Wenyong Huang 9281286181 Enable huge page for posix platforms (#825) il y a 4 ans
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
android 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
common 9281286181 Enable huge page for posix platforms (#825) il y a 4 ans
darwin 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
esp-idf 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
include 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
linux 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
linux-sgx 9424dad56a Implement os_time_get_boot_microsecond() for sgx platform (#818) il y a 4 ans
nuttx 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
riot 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
windows 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) il y a 4 ans
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 5 ans

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.