wasm-micro-runtime/core/shared/platform/riot
zoraaver fa5e9d72b0
Abstract POSIX filesystem functions (#2585)
To allow non-POSIX platforms such as Windows to support WASI libc
filesystem functionality, create a set of wrapper functions which provide a
platform-agnostic interface to interact with the host filesystem. For now,
the Windows implementation is stubbed but this will be implemented
properly in a future PR. There are no functional changes in this change,
just a reorganization of code to move any direct POSIX references out of
posix.c in the libc implementation into posix_file.c under the shared
POSIX sources.

See https://github.com/bytecodealliance/wasm-micro-runtime/issues/2495 for a
more detailed overview of the plan to port the WASI libc filesystem to Windows.
2023-10-19 19:19:39 +08:00
..
platform_internal.h Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
riot_platform.c Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
riot_thread.c Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
riot_time.c Adapt to RIOT ztimer and ztimer64 (#988) 2022-01-28 18:38:35 +08:00
shared_platform.cmake add RIOT-OS support to WAMR (#425) 2020-10-16 11:21:53 +08:00