Wenyong Huang e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) hace 5 años
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) hace 5 años
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) hace 5 años
common e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) hace 5 años
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) hace 5 años
include 04a7cc322f core/shared: Add guard to avoid redefine macro (#386) hace 5 años
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) hace 5 años
linux-sgx 547298d4e7 Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) hace 5 años
nuttx e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) hace 5 años
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) hace 5 años
windows e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) hace 5 años
zephyr 16a284a67c Fix compile issue of zephyr (#306) hace 5 años
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) hace 6 años

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.