Wenyong Huang 2f530e67fc Fix app manager install atomics app issue and optimize workload scripts (#458) 5 tahun lalu
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 tahun lalu
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 tahun lalu
common 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 tahun lalu
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 tahun lalu
esp-idf 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 tahun lalu
include 04a7cc322f core/shared: Add guard to avoid redefine macro (#386) 5 tahun lalu
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 tahun lalu
linux-sgx 667282eea9 Implement stat and getentropy for sgx with ocall to run tensorflow (#436) 5 tahun lalu
nuttx e501a6963b Fix some coding style issues, fix doc typo and refine some codes (#392) 5 tahun lalu
riot 7d8b79a7a7 Addapt to RIOT changes (#452) 5 tahun lalu
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 tahun lalu
windows 282831eba5 Fix some compilation warnings and add esp-idf platform for experiment (#454) 5 tahun lalu
zephyr 2f530e67fc Fix app manager install atomics app issue and optimize workload scripts (#458) 5 tahun lalu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 tahun lalu

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.