YAMAMOTO Takashi 723a808106 nuttx: Use text heap for executable memory (#1181) 3 年之前
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 年之前
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 4 年之前
common 0993601d55 Add check for stack_min_addr in bound check with hardware trap (#1166) 3 年之前
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 年之前
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) 4 年之前
include d9d0777051 Move dlfcn.h availability check to platform_common.h (#1134) 3 年之前
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 年之前
linux-sgx 37cc6eac3b Implement SGX getrandom/getentropy without ocall (#1176) 3 年之前
nuttx 723a808106 nuttx: Use text heap for executable memory (#1181) 3 年之前
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) 3 年之前
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 年之前
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 年之前
windows 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) 3 年之前
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 年之前
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.