wasm-micro-runtime/core/shared/platform
2023-09-01 12:10:54 +08:00
..
alios
android Fix a compile warning due to missing include (#2293) 2023-06-14 18:39:26 +08:00
common Implement os_usleep for posix (#2517) 2023-09-01 12:10:54 +08:00
darwin
ego Make a workaround for EGO when fstat returns NOT_SUPPORT (#1970) 2023-02-21 11:11:27 +08:00
esp-idf ESP-IDF platform supports to load AOT to PSRAM and run it (#2385) 2023-07-27 10:17:21 +08:00
freebsd
include Bring up WAMR on esp32-s3 device (#2348) 2023-07-21 07:54:13 +08:00
linux Add cmake variable to disable writing gs register (#2284) 2023-06-13 10:26:25 +08:00
linux-sgx Disable writting GS register on linux-sgx platform (#2255) 2023-06-05 09:39:26 +08:00
nuttx Bring up WAMR on esp32-s3 device (#2348) 2023-07-21 07:54:13 +08:00
riot
rt-thread
vxworks
windows Fix compile warnings on windows platform (#2208) 2023-05-15 13:48:48 +08:00
zephyr
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.