File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ And there's no need for any extra configuration.
1212Your binary, or any of its dependencies, can have a ` build.rs ` script using ` cc ` and ` bindgen ` to compile C code and generate bindings.
1313They will work out of the box!
1414
15- > [ !NOTE]
15+ > [ !NOTE]
1616> Your crate ** must** have ` hyperlight-guest-bin ` as a transitive dependency.
1717
18+ > [ !WARNING]
19+ > This is an unofficial tool, not maintained by the hyperlight team.
20+
1821## Installation
1922
2023``` sh
Original file line number Diff line number Diff line change @@ -33,9 +33,11 @@ pub fn build(args: &Args) -> Result<()> {
3333 Some ( [ ( "gnu-lld" . to_string ( ) , vec ! [ "-znostart-stop-gc" . to_string( ) ] ) ] . into ( ) ) ;
3434 spec
3535 }
36- triplet => bail ! ( "Unsupported target triple: {triplet:?}
36+ triplet => bail ! (
37+ "Unsupported target triple: {triplet:?}
3738Supported values are:
38- * x86_64-hyperlight-none" ) ,
39+ * x86_64-hyperlight-none"
40+ ) ,
3941 } ;
4042
4143 let sysroot_dir = args. sysroot_dir ( ) ;
You can’t perform that action at this time.
0 commit comments