alvkeke 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) пре 5 година
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
common 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) пре 5 година
include 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
nuttx b75224ce03 Using posix thread implementation for NuttX (#462) пре 5 година
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
rt-thread 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) пре 5 година
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
windows 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
zephyr 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 6 година

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.