Javan 8f902fa9ae Enable Android libc wasi support. (#590) il y a 5 ans
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) il y a 5 ans
android 8f902fa9ae Enable Android libc wasi support. (#590) il y a 5 ans
common 52f422dba0 fix pthread library issues: (#522) il y a 5 ans
darwin a1568825e8 Enable to use BH_VPRINTF macro to redirect stdout output (#560) il y a 5 ans
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) il y a 5 ans
include a1568825e8 Enable to use BH_VPRINTF macro to redirect stdout output (#560) il y a 5 ans
linux a1568825e8 Enable to use BH_VPRINTF macro to redirect stdout output (#560) il y a 5 ans
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) il y a 5 ans
nuttx b75224ce03 Using posix thread implementation for NuttX (#462) il y a 5 ans
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) il y a 5 ans
rt-thread 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) il y a 5 ans
vxworks a1568825e8 Enable to use BH_VPRINTF macro to redirect stdout output (#560) il y a 5 ans
windows a1568825e8 Enable to use BH_VPRINTF macro to redirect stdout output (#560) il y a 5 ans
zephyr be54b4c7cc Fix sample littlevgl/gui build issues on zephyr platform (#588) il y a 5 ans
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 6 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.