Wenyong Huang a3349cc8c1 Fix compilation errors on zephyr platform (#2777) %!s(int64=2) %!d(string=hai) anos
..
alios a3349cc8c1 Fix compilation errors on zephyr platform (#2777) %!s(int64=2) %!d(string=hai) anos
android 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
common 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) %!s(int64=2) %!d(string=hai) anos
darwin 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) %!s(int64=2) %!d(string=hai) anos
esp-idf 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
freebsd 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
include 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
linux 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
linux-sgx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
nuttx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
riot a3349cc8c1 Fix compilation errors on zephyr platform (#2777) %!s(int64=2) %!d(string=hai) anos
rt-thread a3349cc8c1 Fix compilation errors on zephyr platform (#2777) %!s(int64=2) %!d(string=hai) anos
vxworks 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
windows 24aa1cb408 Extend os_mmap to support map file from fd (#2763) %!s(int64=2) %!d(string=hai) anos
zephyr a3349cc8c1 Fix compilation errors on zephyr platform (#2777) %!s(int64=2) %!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.