Xu Jun 52f422dba0 fix pthread library issues: (#522) %!s(int64=5) %!d(string=hai) anos
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) %!s(int64=5) %!d(string=hai) anos
common 52f422dba0 fix pthread library issues: (#522) %!s(int64=5) %!d(string=hai) anos
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) %!s(int64=5) %!d(string=hai) anos
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) %!s(int64=5) %!d(string=hai) anos
include 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) %!s(int64=5) %!d(string=hai) anos
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
nuttx b75224ce03 Using posix thread implementation for NuttX (#462) %!s(int64=5) %!d(string=hai) anos
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
rt-thread 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) %!s(int64=5) %!d(string=hai) anos
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) %!s(int64=5) %!d(string=hai) anos
windows 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
zephyr da8c879953 Implement riscv support for interpreter (#505) %!s(int64=5) %!d(string=hai) anos
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!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.