Wenyong Huang 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 1 rok pred
..
alios 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 1 rok pred
android 8493ffa1cc Add vprintf override for android and esp-idf (#3174) 1 rok pred
common 421a6c4301 Fix posix build when libc wasi is disabled and debug interp is enabled (#3503) 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) 2 rokov pred
esp-idf 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 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) 1 rok pred
linux ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) 2 rokov pred
linux-sgx e7a8b3e743 Update version number to 2.0.0 and update release notes (#3327) 1 rok pred
nuttx 6067dbb3ab NuttX: Fix a dbus-related crash on esp32s3 (#3470) 1 rok pred
riot 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 1 rok pred
rt-thread 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 1 rok 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) 1 rok pred
zephyr 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 1 rok pred
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) 5 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.