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

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.