Wenyong Huang 5e2011ca1d Fix compilation errors on esp-idf platform (#3224) 2 lat temu
..
alios 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 lat temu
android 8493ffa1cc Add vprintf override for android and esp-idf (#3174) 2 lat temu
common 0ee5ffce85 Refactor APIs and data structures as preliminary work for Memory64 (#3209) 2 lat temu
cosmopolitan bf9fb2e680 cosmopolitan: Update compiler and update platform_internal.h (#3079) 2 lat temu
darwin a27ddece7f Always allocate linear memory using mmap (#3052) 2 lat temu
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 3 lat temu
esp-idf 5e2011ca1d Fix compilation errors on esp-idf platform (#3224) 2 lat temu
freebsd ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 lat temu
include b6adec373e shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow (#3153) 2 lat temu
linux ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 lat temu
linux-sgx a27ddece7f Always allocate linear memory using mmap (#3052) 2 lat temu
nuttx 1a676f212b Zero the memory mapped from os_mmap in NuttX (#3132) 2 lat temu
riot 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 lat temu
rt-thread 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 lat temu
vxworks ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 lat temu
windows 92bd3ba17d Implement the remaining Windows filesystem functions (#3166) 2 lat temu
zephyr c949f3d2aa zephyr: Implement Alloc_With_System_Allocator (#3179) 2 lat temu
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 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.