Wenyong Huang 5fb5119239 Disable writting GS register on linux-sgx platform (#2255) 2 лет назад
..
alios eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 лет назад
android 0f5b73ae67 Add mutex initializer for wasm-c-api engine operations (#1656) 3 лет назад
common 27239723a9 Add asan and ubsan to WAMR CI (#2161) 2 лет назад
darwin 0f5b73ae67 Add mutex initializer for wasm-c-api engine operations (#1656) 3 лет назад
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2 лет назад
esp-idf d975a1a82c Enable platform support for esp-idf v5.0.1 (#2050) 2 лет назад
freebsd 2953614cb8 Port WAMR to the FreeBSD platform and update the document (#1825) 3 лет назад
include 8d88471c46 Implement AOT static PGO (#2243) 2 лет назад
linux 76be848ec3 Implement the segue optimization for LLVM AOT/JIT (#2230) 2 лет назад
linux-sgx 5fb5119239 Disable writting GS register on linux-sgx platform (#2255) 2 лет назад
nuttx 6a3ae689f7 nuttx: Add missing pthread.h header (#2009) 2 лет назад
riot eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 лет назад
rt-thread eaedceca2f Add bh_print_proc_mem() to dump memory info of current process (#1734) 3 лет назад
vxworks 0f5b73ae67 Add mutex initializer for wasm-c-api engine operations (#1656) 3 лет назад
windows 1e5f206464 Fix compile warnings on windows platform (#2208) 2 лет назад
zephyr ec5ab8274d Fix zephyr sample build errors (#1757) 3 лет назад
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.