wasm-micro-runtime/core
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
..
app-framework Readme refactoring (#2038) 2023-03-19 08:05:57 +08:00
app-mgr Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
deps wasi-nn: Simplify cmake and headers' location (#2308) 2023-06-26 09:29:05 +08:00
iwasm Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
shared Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
config.h Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
version.h Update version number and release notes (#2378) 2023-08-22 08:55:36 +08:00