zoraaver 3c9cd40aa6 Provide default vprintf on UWP (#2725) hace 2 años
..
alios fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
android fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
common 77b6bce679 Move WASI types into separate header (#2724) hace 2 años
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
darwin fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) hace 3 años
esp-idf fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
freebsd fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
include 77b6bce679 Move WASI types into separate header (#2724) hace 2 años
linux fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
linux-sgx e7a62d2099 Refactor clock functions to use WASI types (#2666) hace 2 años
nuttx fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
riot fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
rt-thread fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
vxworks fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
windows 3c9cd40aa6 Provide default vprintf on UWP (#2725) hace 2 años
zephyr fa5e9d72b0 Abstract POSIX filesystem functions (#2585) hace 2 años
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) hace 6 años

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.