Wenyong Huang 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) il y a 5 ans
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
common ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) il y a 5 ans
darwin 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
include 37aae1bc49 make include headers follow strict protoype rule (#331) il y a 5 ans
linux 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
linux-sgx 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
vxworks 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) il y a 5 ans
zephyr 16a284a67c Fix compile issue of zephyr (#306) il y a 5 ans
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 5 ans

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.