Wenyong Huang 71340b79a6 Merge pull request #2740 from bytecodealliance/dev/wasi-libc-windows 2 лет назад
..
alios fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 лет назад
android fa5e9d72b0 Abstract POSIX filesystem functions (#2585) 2 лет назад
common 20f1a8c86c Merge branch main into dev/wasi-libc-windows 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) 2 лет назад
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 71340b79a6 Merge pull request #2740 from bytecodealliance/dev/wasi-libc-windows 2 лет назад
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 лет назад

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.