Skip to content

Commit adaa29f

Browse files
committed
[README] improved descritption of hyperlight-guest-bin crate
Signed-off-by: danbugs <[email protected]>
1 parent 7a42e11 commit adaa29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ the [./src/tests/rust_guests](./src/tests/rust_guests) directory for Rust guests
144144

145145
- Hyperlight Guest Libraries (i.e., the ones to make it easier to create guests that run inside the VMs)
146146
- [src/hyperlight_guest](./src/hyperlight_guest) - The core Rust library for Hyperlight guests. It provides only the essential building blocks for interacting with the host environment, including the VM exit mechanism (`outb`), abstractions for calling host functions and receiving return values, and the input/output stacks used for guest-host communication.
147-
- [src/hyperlight_guest_bin](./src/hyperlight_guest_bin/) - A minimal shim that allows using `hyperlight_guest` without adopting its more opinionated components (e.g., panic handler, heap initialization, musl-specific imports, logging, and exception handling).
147+
- [src/hyperlight_guest_bin](./src/hyperlight_guest_bin/) - An extension to the core Rust library for Hyperlight guests. It contains more opinionated components (e.g., panic handler, heap initialization, musl-specific imports, logging, and exception handling).
148148
- [src/hyperlight_guest_capi](./src/hyperlight_guest_capi) - A C-compatible wrapper around `hyperlight_guest_bin`, exposing its core functionality for use in C programs and other languages via FFI.
149149

150150
- Hyperlight Common (functionality used by both the host and the guest)

0 commit comments

Comments
 (0)