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

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.