Wenyong Huang 667282eea9 Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 5 ani în urmă
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 ani în urmă
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 ani în urmă
common e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) 5 ani în urmă
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 ani în urmă
include 04a7cc322f core/shared: Add guard to avoid redefine macro (#386) 5 ani în urmă
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 ani în urmă
linux-sgx 667282eea9 Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 5 ani în urmă
nuttx e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) 5 ani în urmă
riot f1fe5d7872 add RIOT-OS support to WAMR (#425) 5 ani în urmă
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 ani în urmă
windows e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) 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.