Wenyong Huang 034606b0a9 Change wasm app offset type from int32 to uint32 (#361) 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 37aae1bc49 make include headers follow strict protoype rule (#331) 5 年 前
linux 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 年 前
linux-sgx 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 年 前
vxworks 89d2937cde Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 5 年 前
windows 1266ebb222 fix coding style for windows build patch (#350) 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.