Skip to content

Commit a96e453

Browse files
committed
docs: clarify opt-in host surface and reference HOST_FUNCTIONS.md
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent 181085d commit a96e453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This project enables running Linux applications (Python, Node.js, Go, Rust, C/C+
4949

5050
### Key Features
5151

52-
- **Minimal host surface**the only guest→host channel is the `__dispatch` JSON-RPC bridge, active only when tools, mounts, or networking are configured
52+
- **Thin, opt-in host surface**by default, the guest has no access to the host filesystem, network, or any host functions. When you enable features like `--mount`, `--net`, or `--enable-tools`, a single `__dispatch` JSON-RPC bridge is registered as the only guest→host channel. See [HOST_FUNCTIONS.md](HOST_FUNCTIONS.md) for the full list of dispatchable operations
5353
- **Identity-mapped memory** - Simplified memory layout (vaddr == paddr)
5454
- **Generic cmdline mechanism** - Pass arguments to any application via `-- arg1 arg2 ...`
5555
- **Fast cold start** - Hyperlight's lightweight design enables millisecond startup times

0 commit comments

Comments
 (0)