wasm-micro-runtime/core/app-mgr/app-manager
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
..
platform Add darwin support for app_framework (#1601) 2022-10-16 21:23:00 +08:00
app_manager_host.c Fix app manager/framework issues reported by Coverity (#1155) 2022-05-07 15:43:34 +08:00
app_manager_host.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_manager.c Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
app_manager.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_mgr.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
ble_msg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
event.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
message.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_jeff.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_jeff.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_utils.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_app.c Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
module_wasm_app.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
resource_reg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00