Wenyong Huang 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
..
alios 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
android 8493ffa1cc Add vprintf override for android and esp-idf (#3174) il y a 1 an
common 421a6c4301 Fix posix build when libc wasi is disabled and debug interp is enabled (#3503) il y a 1 an
cosmopolitan bf9fb2e680 cosmopolitan: Update compiler and update platform_internal.h (#3079) il y a 2 ans
darwin a27ddece7f Always allocate linear memory using mmap (#3052) il y a 2 ans
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) il y a 2 ans
esp-idf 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
freebsd ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) il y a 2 ans
include b6adec373e shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow (#3153) il y a 1 an
linux ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) il y a 2 ans
linux-sgx e7a8b3e743 Update version number to 2.0.0 and update release notes (#3327) il y a 1 an
nuttx 6067dbb3ab NuttX: Fix a dbus-related crash on esp32s3 (#3470) il y a 1 an
riot 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
rt-thread 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
vxworks ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) il y a 2 ans
windows 92bd3ba17d Implement the remaining Windows filesystem functions (#3166) il y a 1 an
zephyr 607ae47d7b core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) il y a 1 an
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) il y a 5 ans

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.