Wenyong Huang 64b5459066 Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 4 лет назад
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) 5 лет назад
android 684d766e2b Refine aot call func procedure and fix zephyr timer overflow issue (#617) 4 лет назад
common 64b5459066 Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 4 лет назад
darwin 684d766e2b Refine aot call func procedure and fix zephyr timer overflow issue (#617) 4 лет назад
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 лет назад
include dfe52ab42f Fix compile warnings on windows platform: dll linkage and others (#604) 4 лет назад
linux 684d766e2b Refine aot call func procedure and fix zephyr timer overflow issue (#617) 4 лет назад
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 684d766e2b Refine aot call func procedure and fix zephyr timer overflow issue (#617) 4 лет назад
windows 64b5459066 Implement Windows thread/mutex/cond APIs to support multi-thread (#627) 4 лет назад
zephyr 684d766e2b Refine aot call func procedure and fix zephyr timer overflow issue (#617) 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.