wasm-micro-runtime/core/shared/platform
2023-10-09 09:24:00 +08:00
..
alios Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
android Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
common Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
cosmopolitan Add Cosmopolitan Libc Platform (#2598) 2023-10-04 21:55:37 +08:00
darwin Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +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/wasi-libc-windows 2023-10-09 09:24:00 +08:00
freebsd Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
linux Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
linux-sgx Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
nuttx Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
riot Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
rt-thread Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
vxworks [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
windows Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
zephyr Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +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.