wasm-micro-runtime/core/shared/platform
Wenyong Huang a07d8160f9
Merge pull request #2426 from bytecodealliance/main
Merge branch main into dev/wasi-libc-windows
2023-08-06 08:50:21 +08:00
..
alios Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
android [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
common [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
darwin [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +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 pull request #2426 from bytecodealliance/main 2023-08-06 08:50:21 +08:00
freebsd [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
include Merge pull request #2426 from bytecodealliance/main 2023-08-06 08:50:21 +08:00
linux [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
linux-sgx [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
nuttx Merge pull request #2426 from bytecodealliance/main 2023-08-06 08:50:21 +08:00
riot Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
rt-thread Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
vxworks [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
windows Temporarily disable code that does not compile on windows (#2386) 2023-07-25 10:35:05 +08:00
zephyr Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +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.