Xu Jun 547298d4e7 Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) пре 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 034606b0a9 Change wasm app offset type from int32 to uint32 (#361) пре 5 година
darwin 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
include 264e189690 Add Windows support for C-API and Runtime API libraries and examples. (#379) пре 5 година
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
linux-sgx 547298d4e7 Add macro to exclude sgx wasi/pthread ocalls if not needed (#384) пре 5 година
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) пре 5 година
windows 728890103b Add the Windows COFF format support for AOT (#382) пре 5 година
zephyr 16a284a67c Fix compile issue of zephyr (#306) пре 5 година
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) пре 6 година

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.