Wenyong Huang 3198018214 Fix linux-sgx build error when libc-wasi is disabled (#2997) 2 lat temu
..
alios a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 lat temu
android 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
common 03a2af5095 Fix compilation error on iOS due to macOS-specific API (#2995) 2 lat temu
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 lat temu
darwin 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2 lat temu
esp-idf 0d4ade6b4c Fix build failure on esp-idf platform (#2991) 2 lat temu
freebsd 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
include 5f7079f0f5 Return error when shutdown() fails (#2801) 2 lat temu
linux 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
linux-sgx 3198018214 Fix linux-sgx build error when libc-wasi is disabled (#2997) 2 lat temu
nuttx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
riot a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 lat temu
rt-thread a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 lat temu
vxworks 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 lat temu
windows 5f7079f0f5 Return error when shutdown() fails (#2801) 2 lat temu
zephyr 2a3c93f502 Fix typos in zephyr platform struct descriptions (#2818) 2 lat temu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 lat temu

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.