YAMAMOTO Takashi 6f04f115ab posix_thread.c: Avoid sem_getvalue deprecation warning on macOS (#1596) пре 3 година
..
alios ab929c20a3 Add check for code section size, fix interp float operations (#1480) пре 3 година
android f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) пре 3 година
common 6f04f115ab posix_thread.c: Avoid sem_getvalue deprecation warning on macOS (#1596) пре 3 година
darwin 1e22d1a9e5 Fix the "register native with iwasm" stuff for macOS (#1558) пре 3 година
esp-idf 8436e88a07 Fix link error for ESP-IDF 4.4.2 (#1520) пре 3 година
include 78b5c5b484 Merge dev/socket into main (#1393) пре 3 година
linux f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) пре 3 година
linux-sgx 78c38d088e linux-sgx: Implement POSIX calls based on getsockname and set/getbooloption (#1574) пре 3 година
nuttx 3d56c8133c Fix NuttX build error after dev/socket was merged (#1517) пре 3 година
riot ab929c20a3 Add check for code section size, fix interp float operations (#1480) пре 3 година
rt-thread f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) пре 3 година
vxworks f3f8d684b3 Implement POSIX semaphore support for linux platform (#1345) пре 3 година
windows 2e77626d0f wamrc: Support cross building and linking LLVM shared libs (#1578) пре 3 година
zephyr ab929c20a3 Add check for code section size, fix interp float operations (#1480) пре 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.