This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/platform
Huang Qi bbea005db6
Make libc-builtin buffered printf be a common feature (#1483)
Add macros to control whether to use the libc-builtin buffered printf
and the buffer size.
2022-09-15 15:09:01 +08:00
..
alios Add check for code section size, fix interp float operations (#1480) 2022-09-14 19:49:18 +08:00
android Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
common Add check for code section size, fix interp float operations (#1480) 2022-09-14 19:49:18 +08:00
darwin Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
esp-idf esp-idf: Make esp-idf support Libc WASI (#1356) 2022-08-15 16:17:28 +08:00
include Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
linux Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
linux-sgx Support get return value for SGX os_printf/os_vprintf (#1387) 2022-08-16 14:23:34 +08:00
nuttx Make libc-builtin buffered printf be a common feature (#1483) 2022-09-15 15:09:01 +08:00
riot Add check for code section size, fix interp float operations (#1480) 2022-09-14 19:49:18 +08:00
rt-thread Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
vxworks Implement POSIX semaphore support for linux platform (#1345) 2022-08-08 19:59:46 +08:00
windows Fix windows thread data issue and enhance windows os_mmap (#1372) 2022-08-11 16:57:32 +08:00
zephyr Add check for code section size, fix interp float operations (#1480) 2022-09-14 19:49:18 +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.