wasm-micro-runtime/core/iwasm
Alfred E. Neumayer 9b8fe049b3
core/iwasm: Support mapped file system access on non-libuv WASI (#2628)
This patch enables mapping host directories to guest directories by parsing
the `map_dir_list` argument in API `wasm_runtime_init_wasi` for libc-wasi. It
follows the format `<guest-path>::<host-path>`.

It also adds argument `--map-dir=<guest::host>` argument for `iwasm`
common line tool, and allows to add multiple mappings:
```bash
iwasm --map-dir=<guest-path1::host-path1> --map-dir=<guest-path2::host-path2> ...
```
2023-10-27 12:48:10 +08:00
..
aot CI: Enable testing AOT multi-module feature (#2621) 2023-10-08 08:36:49 +08:00
common core/iwasm: Support mapped file system access on non-libuv WASI (#2628) 2023-10-27 12:48:10 +08:00
compilation Fix AOT shift operations for indirect constants (#2627) 2023-10-11 11:22:34 +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 Fix fast-jit f32/f64 truncate to i32/i64 (#2671) 2023-10-27 12:20:25 +08:00
include core/iwasm: Support mapped file system access on non-libuv WASI (#2628) 2023-10-27 12:48:10 +08:00
interpreter Apply no_sanitize_address for clang compiler in several places (#2663) 2023-10-25 08:05:26 +08:00
libraries Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00