Enrico Loparco 873558c40e Get rid of compilation warnings and minor doc fix (#2839) 2 tahun lalu
..
alios a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 tahun lalu
android 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
common 873558c40e Get rid of compilation warnings and minor doc fix (#2839) 2 tahun lalu
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 tahun lalu
darwin 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 3 tahun lalu
esp-idf 5f7079f0f5 Return error when shutdown() fails (#2801) 2 tahun lalu
freebsd 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
include 5f7079f0f5 Return error when shutdown() fails (#2801) 2 tahun lalu
linux 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
linux-sgx 5f7079f0f5 Return error when shutdown() fails (#2801) 2 tahun lalu
nuttx 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
riot a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 tahun lalu
rt-thread a3349cc8c1 Fix compilation errors on zephyr platform (#2777) 2 tahun lalu
vxworks 24aa1cb408 Extend os_mmap to support map file from fd (#2763) 2 tahun lalu
windows 5f7079f0f5 Return error when shutdown() fails (#2801) 2 tahun lalu
zephyr 2a3c93f502 Fix typos in zephyr platform struct descriptions (#2818) 2 tahun lalu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 tahun lalu

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.