YAMAMOTO Takashi 6067dbb3ab NuttX: Fix a dbus-related crash on esp32s3 (#3470) преди 1 година
..
alios 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) преди 2 години
android 8493ffa1cc Add vprintf override for android and esp-idf (#3174) преди 2 години
common 9d6d3466ff Fix a few native stack address calculations (#3351) преди 1 година
cosmopolitan bf9fb2e680 cosmopolitan: Update compiler and update platform_internal.h (#3079) преди 2 години
darwin a27ddece7f Always allocate linear memory using mmap (#3052) преди 2 години
ego 91eafa1ead Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) преди 3 години
esp-idf 21cd423a72 Fix ESP32-S3 compiling error (#3359) преди 1 година
freebsd ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) преди 2 години
include b6adec373e shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow (#3153) преди 2 години
linux ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) преди 2 години
linux-sgx e7a8b3e743 Update version number to 2.0.0 and update release notes (#3327) преди 1 година
nuttx 6067dbb3ab NuttX: Fix a dbus-related crash on esp32s3 (#3470) преди 1 година
riot 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) преди 2 години
rt-thread 5c8b8a17a6 Enhancements on wasm function execution time statistic (#2985) преди 2 години
vxworks ffa131b5ac Allow using mmap for shared memory if hw bound check is disabled (#3029) преди 2 години
windows 92bd3ba17d Implement the remaining Windows filesystem functions (#3166) преди 2 години
zephyr 8756d29e19 zephyr: Add missing pthread library functions (#3291) преди 1 година
README.md f1a0e75ab7 re-org platform APIs, simplify porting process (#201) преди 6 години

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.