Xu Jun 52f422dba0 fix pthread library issues: (#522) 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 52f422dba0 fix pthread library issues: (#522) 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 da8c879953 Implement riscv support for interpreter (#505) 5 年之前
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 年之前

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.