wasm-micro-runtime/core/shared/platform/windows
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_init.c Enable AOT usage on M1 mac (#2618) 2023-10-07 16:05:10 +08:00
platform_internal.h Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
shared_platform.cmake Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
win_atomic.cpp Fix multi-threading issues (#2013) 2023-03-08 10:57:22 +08:00
win_file.c Abstract POSIX filesystem functions (#2585) 2023-10-19 19:19:39 +08:00
win_malloc.c Add bh_print_proc_mem() to dump memory info of current process (#1734) 2022-11-25 08:33:44 +08:00
win_memmap.c Fix windows thread data issue and enhance windows os_mmap (#1372) 2022-08-11 16:57:32 +08:00
win_socket.c [Partial] Build wasi-libc for Windows (#2338) 2023-07-13 21:02:29 +08:00
win_thread.c Merge branch main into dev/wasi-libc-windows 2023-10-09 09:24:00 +08:00
win_time.c Enable Windows MinGW support (#1000) 2022-02-06 13:20:38 +08:00