wasm-micro-runtime/core/shared/platform
2024-02-03 16:39:11 +08:00
..
alios Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +08:00
android Allow using mmap for shared memory if hw bound check is disabled (#3029) 2024-01-16 22:15:55 +08:00
common Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +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 Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +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 Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +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 Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +08:00
nuttx Always allocate linear memory using mmap (#3052) 2024-02-02 22:17:44 +08:00
riot Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +08:00
rt-thread Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +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 Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +08:00
zephyr Merge branch main into dev/thread_suspension 2024-02-03 16:39:11 +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.