Wenyong Huang 8c820730ba Add cmake variable to set the max app thread stack size (#346) 5 жил өмнө
..
alios ee315e4049 Implement memory access bound check with hardware trap for 64-bit platforms (#293) 5 жил өмнө
android 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 жил өмнө
common 8c820730ba Add cmake variable to set the max app thread stack size (#346) 5 жил өмнө
darwin 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 жил өмнө
include 37aae1bc49 make include headers follow strict protoype rule (#331) 5 жил өмнө
linux 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 жил өмнө
linux-sgx 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 жил өмнө
vxworks 1b6ddb37d0 Implement libc-WASI for Linux SGX platform and update documents (#343) 5 жил өмнө
windows 8ad9c1775f Add wamrc AoT compiler building support for Windows(MSVC) (#332) 5 жил өмнө
zephyr 16a284a67c Fix compile issue of zephyr (#306) 5 жил өмнө
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 жил өмнө

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.