zoraaver 3c9cd40aa6 Provide default vprintf on UWP (#2725) 2 жил өмнө
..
alios fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
android fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
common 77b6bce679 Move WASI types into separate header (#2724) 2 жил өмнө
cosmopolitan fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
darwin fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 3 жил өмнө
esp-idf fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
freebsd fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
include 77b6bce679 Move WASI types into separate header (#2724) 2 жил өмнө
linux fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
linux-sgx e7a62d2099 Refactor clock functions to use WASI types (#2666) 2 жил өмнө
nuttx fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
riot fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
rt-thread fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
vxworks fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 жил өмнө
windows 3c9cd40aa6 Provide default vprintf on UWP (#2725) 2 жил өмнө
zephyr fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 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.