Huang Qi 5d9597f064 platform/nuttx: Support riscv based chips (#648) пре 4 година
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
android a14a4487bb Re-org thread env init/destroy for HW bound check (#631) пре 4 година
common 15dd651539 Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) пре 4 година
darwin a14a4487bb Re-org thread env init/destroy for HW bound check (#631) пре 4 година
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) пре 5 година
include 15dd651539 Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) пре 4 година
linux a14a4487bb Re-org thread env init/destroy for HW bound check (#631) пре 4 година
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) пре 5 година
nuttx 5d9597f064 platform/nuttx: Support riscv based chips (#648) пре 4 година
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 a14a4487bb Re-org thread env init/destroy for HW bound check (#631) пре 4 година
windows a5ffd656fa Fix wasm-c-api trap message format issue (#644) пре 4 година
zephyr f637438e4e Spread module custom data to all threads, enable libc-builtin float print (#633) пре 4 година
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.