wasm-micro-runtime/core/iwasm
Huang Qi 24aa1cb408
Extend os_mmap to support map file from fd (#2763)
Add an extra argument `os_file_handle file` for `os_mmap` to support
mapping file from a file fd, and remove `os_get_invalid_handle` from
`posix_file.c` and `win_file.c`, instead, add it in the `platform_internal.h`
files to remove the dependency on libc-wasi.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2023-11-16 08:28:54 +08:00
..
aot Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
common Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
compilation Add eabihf ABI support and set vendor-sys of bare-metal targets (#2745) 2023-11-13 18:01:15 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
include Merge branch main into dev/wasi-libc-windows 2023-11-09 10:13:59 +08:00
interpreter Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
libraries Return uint32 from WASI functions (#2749) 2023-11-13 20:07:32 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00