wenyongh 16a284a67c Fix compile issue of zephyr (#306) 5 年之前
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
android ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
common ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
darwin ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
include ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
linux ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
linux-sgx ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
vxworks ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 年之前
zephyr 16a284a67c Fix compile issue of zephyr (#306) 5 年之前
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 年之前

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.