Xu Jun 1266ebb222 fix coding style for windows build patch (#350) пре 5 година
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) пре 5 година
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
common 8c820730ba Add cmake variable to set the max app thread stack size (#346) пре 5 година
darwin 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
include 37aae1bc49 make include headers follow strict protoype rule (#331) пре 5 година
linux 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
linux-sgx 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
vxworks 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) пре 5 година
windows 1266ebb222 fix coding style for windows build patch (#350) пре 5 година
zephyr 16a284a67c Fix compile issue of zephyr (#306) пре 5 година
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.