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

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.