ChenWen c6afa131a4 feat(core): Support pthread using SPIRAM as stack (#4509) před 6 měsíci
..
alios 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
android b882017674 Fix compiler warnings (#3784) před 1 rokem
common 46d4e248bb posix os_socket_accept: stop assuming socklen_t is unsigned int (#4488) před 7 měsíci
cosmopolitan b882017674 Fix compiler warnings (#3784) před 1 rokem
darwin b882017674 Fix compiler warnings (#3784) před 1 rokem
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) před 3 roky
esp-idf c6afa131a4 feat(core): Support pthread using SPIRAM as stack (#4509) před 6 měsíci
freebsd b882017674 Fix compiler warnings (#3784) před 1 rokem
include 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
linux b882017674 Fix compiler warnings (#3784) před 1 rokem
linux-sgx 412631ac13 fix: correct typos and improve comments across multiple files by codespell (#4116) před 11 měsíci
nuttx 5bdbba0dbe platform/nuttx: Fix dcache operation in os_dcache_flush (#4225) před 9 měsíci
riot 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
rt-thread 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
vxworks b882017674 Fix compiler warnings (#3784) před 1 rokem
windows 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
zephyr 216404d7cb initialize WASI stdio handles to invalid for better error handling (#4092) před 9 měsíci
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) před 6 roky

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.