Namhyeon, Go 0d1060b3cc Fix ‘MADV_HUGEPAGE’ undeclared compilation error (#1012) 4 years ago
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 years ago
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 4 years ago
common 0d1060b3cc Fix ‘MADV_HUGEPAGE’ undeclared compilation error (#1012) 4 years ago
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 years ago
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) 4 years ago
include 3fe191b0df [debugger enhance] don't block gdbserver thread while executing (#989) 4 years ago
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 years ago
linux-sgx 90a0057d33 Implement pthread_cond_broadcast wrapper for lib-pthread (#982) 4 years ago
nuttx 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 years ago
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) 4 years ago
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 years ago
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 years ago
windows 3fe191b0df [debugger enhance] don't block gdbserver thread while executing (#989) 4 years ago
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 years ago
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 years ago

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.