Wang Ning c9c882e43d Fix compilation error for sgxsdk-2.11 (#431) před 5 roky
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) před 5 roky
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) před 5 roky
common e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) před 5 roky
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) před 5 roky
include 04a7cc322f core/shared: Add guard to avoid redefine macro (#386) před 5 roky
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) před 5 roky
linux-sgx c9c882e43d Fix compilation error for sgxsdk-2.11 (#431) před 5 roky
nuttx e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) před 5 roky
riot f1fe5d7872 add RIOT-OS support to WAMR (#425) před 5 roky
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) před 5 roky
windows e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) 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 6 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.