zoraaver fa2839a805 Fix default vprintf on UWP (#2730) 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 fa2839a805 Fix default vprintf on UWP (#2730) 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.