You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cherry pick of a few commits to release/v0.6.1 (#625)
* Update Crate descriptions for guest crates (#590)
Add verification of crate versions for new crates to Crate Publish job
Amend the order of crate publishing to account for dependencies
Signed-off-by: Simon Davies <[email protected]>
* Make cargo publish only publish unreleased crates (#623)
Signed-off-by: Ludvig Liljenberg <[email protected]>
* make socket component example work (#624)
* make socket component example work
Signed-off-by: Jorge Prendes <[email protected]>
* bump Cargo.lock for witguest
Signed-off-by: Jorge Prendes <[email protected]>
---------
Signed-off-by: Jorge Prendes <[email protected]>
---------
Signed-off-by: Simon Davies <[email protected]>
Signed-off-by: Ludvig Liljenberg <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Co-authored-by: Simon Davies <[email protected]>
Co-authored-by: Ludvig Liljenberg <[email protected]>
Co-authored-by: Jorge Prendes <[email protected]>
Copy file name to clipboardExpand all lines: src/hyperlight_guest/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ homepage.workspace = true
8
8
repository.workspace = true
9
9
readme.workspace = true
10
10
description = """
11
-
Library to build guest applications for hyperlight.
11
+
Provides only the essential building blocks for interacting with the host environment, including the VM exit mechanism, abstractions for calling host functions and receiving return values, and the input/output stacks used for guest-host communication.
Copy file name to clipboardExpand all lines: src/hyperlight_guest_bin/Cargo.toml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ license.workspace = true
8
8
homepage.workspace = true
9
9
repository.workspace = true
10
10
readme.workspace = true
11
+
description = """
12
+
This crate provides the opinionated bits of the guest library, such as the panic handler, the entry point, the guest logger, the exception handling logic,
13
+
and third-party code used by our C-API needed to build a native hyperlight-guest binary.
0 commit comments