wasm-micro-runtime/core/shared/platform
2023-09-21 11:56:21 +08:00
..
alios
android Fix a compile warning due to missing include (#2293) 2023-06-14 18:39:26 +08:00
common Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
darwin Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf
freebsd Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
include Implement async termination of blocking thread (#2516) 2023-09-20 18:11:52 +08:00
linux Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56:21 +08:00
linux-sgx Fix typo for IP address buffer (#2532) 2023-09-07 14:29:52 +08:00
nuttx Fix inverted WASM_DISABLE_WAKEUP_BLOCKING_OP checks (#2571) 2023-09-21 11:56: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
windows
zephyr Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00
README.md

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.