wasm-micro-runtime/core/shared/platform
Marcin Kolny 662e38e9b0
[Partial] Build wasi-libc for Windows (#2338)
Build wasi-libc library on Windows since libuv may be not supported. This PR is a first step
to make it working, but there's still a number of changes to get it fully working.
2023-07-13 21:02:29 +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 [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
freebsd [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
include [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +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 [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +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 [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +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.