Wenyong Huang 310feb6536 Fix compilation warnings (#754) %!s(int64=4) %!d(string=hai) anos
..
alios 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
android e4023c8e02 Implement AOT support for RISCV (#649) %!s(int64=4) %!d(string=hai) anos
common 310feb6536 Fix compilation warnings (#754) %!s(int64=4) %!d(string=hai) anos
darwin e4023c8e02 Implement AOT support for RISCV (#649) %!s(int64=4) %!d(string=hai) anos
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) %!s(int64=5) %!d(string=hai) anos
include 79f163d08b Appease some UBSan complaints (#720) %!s(int64=4) %!d(string=hai) anos
linux e4023c8e02 Implement AOT support for RISCV (#649) %!s(int64=4) %!d(string=hai) anos
linux-sgx 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
nuttx 5d9597f064 platform/nuttx: Support riscv based chips (#648) %!s(int64=4) %!d(string=hai) anos
riot 388530c738 Modify os_cond_reltimedwait to support long time wait (#461) %!s(int64=5) %!d(string=hai) anos
rt-thread 7e60b8608e Add ia32 support and fix compiling issue for RT-Thread (#730) %!s(int64=4) %!d(string=hai) anos
vxworks a14a4487bb Re-org thread env init/destroy for HW bound check (#631) %!s(int64=4) %!d(string=hai) anos
windows 541f577164 Implement wasm_runtime_init_thread_env for Windows platform (#683) %!s(int64=4) %!d(string=hai) anos
zephyr db695fada4 Implement XIP feature and enable ARC target support (#694) %!s(int64=4) %!d(string=hai) anos
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) %!s(int64=5) %!d(string=hai) anos

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.