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