wasm-micro-runtime/core/shared/platform
2024-08-16 10:12:23 +08:00
..
alios core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 2024-06-21 13:33:12 +08:00
android Add vprintf override for android and esp-idf (#3174) 2024-02-22 17:02:46 +08:00
common libc-wasi: Make rights of STDIN/STDOUT/STDERR fixed and overlook their access modes (#3694) 2024-08-13 10:10:22 +08:00
cosmopolitan cosmopolitan: Update compiler and update platform_internal.h (#3079) 2024-01-24 16:04:48 +08:00
darwin Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf libc-wasi: Make rights of STDIN/STDOUT/STDERR fixed and overlook their access modes (#3694) 2024-08-13 10:10:22 +08:00
freebsd Allow using mmap for shared memory if hw bound check is disabled (#3029) 2024-01-16 22:15:55 +08:00
include Update std atomic check and simd compatibility check for arc compiler (#3716) 2024-08-16 10:12:23 +08:00
linux Allow using mmap for shared memory if hw bound check is disabled (#3029) 2024-01-16 22:15:55 +08:00
linux-sgx Update version number to 2.0.0 and update release notes (#3327) 2024-04-20 10:16:34 +08:00
nuttx NuttX: Fix a dbus-related crash on esp32s3 (#3470) 2024-05-27 11:07:30 +08:00
riot core/shared/platform: Zero memory returned by os_mmap in some platforms (#3551) 2024-06-21 13:33:12 +08:00
rt-thread Support more features for rt-thread (#3661) 2024-07-26 10:34:15 +08:00
vxworks Allow using mmap for shared memory if hw bound check is disabled (#3029) 2024-01-16 22:15:55 +08:00
windows libc-wasi: Make rights of STDIN/STDOUT/STDERR fixed and overlook their access modes (#3694) 2024-08-13 10:10:22 +08:00
zephyr Zephyr User Mode Support (#3650) 2024-07-26 20:16:57 +08:00
README.md re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00

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.