Expand description
In-memory virtual filesystem for sandbox mode.
All reads and writes operate against an in-memory store. The host can pre-seed read-only files before execution and extract written files after. No real disk I/O is performed.
Structsยง
- Virtual
Filesystem - In-memory virtual filesystem implementing
FileSystemProvider.