Wenyong Huang 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 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 ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 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 лет назад
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.