Huang Qi 5d9597f064 platform/nuttx: Support riscv based chips (#648) vor 4 Jahren
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) vor 5 Jahren
android a14a4487bb Re-org thread env init/destroy for HW bound check (#631) vor 4 Jahren
common 15dd651539 Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) vor 4 Jahren
darwin a14a4487bb Re-org thread env init/destroy for HW bound check (#631) vor 4 Jahren
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) vor 5 Jahren
include 15dd651539 Fix os_cond_timedwait and other issues for NuttX sim/macOS (#562) vor 4 Jahren
linux a14a4487bb Re-org thread env init/destroy for HW bound check (#631) vor 4 Jahren
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) vor 5 Jahren
nuttx 5d9597f064 platform/nuttx: Support riscv based chips (#648) vor 4 Jahren
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) vor 5 Jahren
rt-thread 6847e15f64 Fix failed in loading wasm byte-code if return NULL while size == 0 in os_malloc (#500) vor 5 Jahren
vxworks a14a4487bb Re-org thread env init/destroy for HW bound check (#631) vor 4 Jahren
windows a5ffd656fa Fix wasm-c-api trap message format issue (#644) vor 4 Jahren
zephyr f637438e4e Spread module custom data to all threads, enable libc-builtin float print (#633) vor 4 Jahren
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) vor 5 Jahren

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.