wenyongh ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 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 ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 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.