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

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.