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

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.