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

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.