mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-30 21:02:27 +00:00 
			
		
		
		
	|  fa5e9d72b0 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. | ||
|---|---|---|
| .. | ||
| platform_init.c | ||
| platform_internal.h | ||
| shared_platform.cmake | ||
| win_atomic.cpp | ||
| win_file.c | ||
| win_malloc.c | ||
| win_memmap.c | ||
| win_socket.c | ||
| win_thread.c | ||
| win_time.c | ||