wasm-micro-runtime/product-mini/platforms/linux-sgx
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
..
enclave-sample Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
CMakeLists_minimal.txt Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +08:00
CMakeLists.txt Enable static PGO for Linux SGX (#2270) 2023-06-09 14:13:43 +08:00