wasm-micro-runtime/core/shared/platform
TianlongLiang aabe83074e
Improvements for platform thread APIs on Windows and Zephyr (#3941)
* improvements for os_thread_join on Windows and Zephyr
2024-12-06 14:39:53 +08:00
..
alios Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
android Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
common Improve posix mmap retry logic (#3714) 2024-09-03 11:03:24 +08:00
cosmopolitan Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
darwin Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
freebsd Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
include Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
linux Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
linux-sgx Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
nuttx Appease GCC strict prototypes warning (#3775) 2024-09-10 09:42:23 +08:00
riot Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
rt-thread Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
vxworks Fix compiler warnings (#3784) 2024-09-11 08:59:16 +08:00
windows Improvements for platform thread APIs on Windows and Zephyr (#3941) 2024-12-06 14:39:53 +08:00
zephyr Improvements for platform thread APIs on Windows and Zephyr (#3941) 2024-12-06 14:39:53 +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.