Wenyong Huang a3349cc8c1 Fix compilation errors on zephyr platform (#2777) il y a 2 ans
..
alios a3349cc8c1 Fix compilation errors on zephyr platform (#2777) il y a 2 ans
android 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
common 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) il y a 2 ans
darwin 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) il y a 2 ans
esp-idf 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
freebsd 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
include 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
linux 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
linux-sgx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
nuttx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
riot a3349cc8c1 Fix compilation errors on zephyr platform (#2777) il y a 2 ans
rt-thread a3349cc8c1 Fix compilation errors on zephyr platform (#2777) il y a 2 ans
vxworks 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
windows 24aa1cb408 Extend os_mmap to support map file from fd (#2763) il y a 2 ans
zephyr a3349cc8c1 Fix compilation errors on zephyr platform (#2777) il y a 2 ans
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 5 ans

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.