TianlongLiang 64b6c688a2 posix_file.c: Correct the dirfd argument that passes to fstatat (#3244) 1 rok pred
..
alios 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 rokov pred
android 8493ffa1cc Add vprintf override for android and esp-idf (#3174) 2 rokov pred
common 64b6c688a2 posix_file.c: Correct the dirfd argument that passes to fstatat (#3244) 1 rok pred
cosmopolitan bf9fb2e680 cosmopolitan: Update compiler and update platform_internal.h (#3079) 2 rokov pred
darwin a27ddece7f Always allocate linear memory using mmap (#3052) 2 rokov pred
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 3 rokov pred
esp-idf 5e2011ca1d Fix compilation errors on esp-idf platform (#3224) 1 rok pred
freebsd ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 rokov pred
include b6adec373e shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow (#3153) 2 rokov pred
linux ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 rokov pred
linux-sgx a27ddece7f Always allocate linear memory using mmap (#3052) 2 rokov pred
nuttx 1a676f212b Zero the memory mapped from os_mmap in NuttX (#3132) 2 rokov pred
riot 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 rokov pred
rt-thread 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) 2 rokov pred
vxworks ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 rokov pred
windows 92bd3ba17d Implement the remaining Windows filesystem functions (#3166) 2 rokov pred
zephyr c949f3d2aa zephyr: Implement Alloc_With_System_Allocator (#3179) 2 rokov pred
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 6 rokov pred

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.