YAMAMOTO Takashi 2e27d506d8 posix os_socket_inet_network: Use inet_addr instead of inet_network (#1133) 3 lat temu
..
alios 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 lat temu
android 308d31c621 Upgrade uvwasi to 1.42.0 and fix Android link issues (#938) 4 lat temu
common 2e27d506d8 posix os_socket_inet_network: Use inet_addr instead of inet_network (#1133) 3 lat temu
darwin ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 lat temu
esp-idf 7636d86a76 Refactor Orc JIT to enable lazy compilation (#974) 4 lat temu
include d9d0777051 Move dlfcn.h availability check to platform_common.h (#1134) 3 lat temu
linux ccb2de35d7 Enable source debugging feature for windows platform (#910) 4 lat temu
linux-sgx d4758d7380 Refine codes and fix several issues (#1094) 3 lat temu
nuttx d9d0777051 Move dlfcn.h availability check to platform_common.h (#1134) 3 lat temu
riot a22a5da40d Correct RIOT os_mmap size type to size_t (#1002) 4 lat temu
rt-thread 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 lat temu
vxworks 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 lat temu
windows 9c87a1ee17 Implement part of Berkeley Socket API for libc-wasi (#1036) 3 lat temu
zephyr 17f62ad472 Apply clang-format for core/shared and product-mini files (#785) 4 lat temu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 lat temu

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.