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) пре 3 година
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) пре 6 година

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.