|
1 | 1 | <div align="center"> |
2 | 2 | <h1>Hyperlight</h1> |
3 | 3 | <img src="https://github.com/hyperlight-dev/hyperlight/refs/heads/main/docs/assets/hyperlight-logo.png" width="150px" alt="hyperlight logo"/> |
4 | | - <p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong> <br> We are a <a href="https://cncf.io/">Cloud Native Computing Foundation</a> sandbox project. </p> |
| 4 | + <p><strong>Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within <i>micro virtual machines</i> with very low latency and minimal overhead.</strong> <br> We are a <a href="https://cncf.io/">Cloud Native Computing Foundation</a> sandbox project. </p> |
5 | 5 | </div> |
6 | 6 |
|
7 | 7 | > Note: Hyperlight is a nascent project with an evolving API and no guaranteed support. Assistance is provided on a |
@@ -57,7 +57,7 @@ fn main() -> hyperlight_host::Result<()> { |
57 | 57 |
|
58 | 58 | // Call a function in the guest |
59 | 59 | let message = "Hello, World! I am executing inside of a VM :)\n".to_string(); |
60 | | - // in order to call a function it first must be defined in the guest and exposed so that |
| 60 | + // in order to call a function it first must be defined in the guest and exposed so that |
61 | 61 | // the host can call it |
62 | 62 | let result: i32 = multi_use_sandbox.call_guest_function_by_name( |
63 | 63 | "PrintOutput", |
@@ -223,7 +223,6 @@ guide [here](https://help.ubuntu.com/community/KVM/Installation). |
223 | 223 | ### Or you can use a codespace |
224 | 224 |
|
225 | 225 | [](https://codespaces.new/hyperlight-dev/hyperlight) |
226 | | -[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_shield) |
227 | 226 |
|
228 | 227 | ## Contributing to Hyperlight |
229 | 228 |
|
@@ -269,5 +268,5 @@ See the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code |
269 | 268 | [whp]: https://devblogs.microsoft.com/visualstudio/hyper-v-android-emulator-support/#1-enable-hyper-v-and-the-windows-hypervisor-platform |
270 | 269 |
|
271 | 270 |
|
272 | | -## License |
273 | | -[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_large) |
| 271 | +## FOSSA Status |
| 272 | +[](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyperlight-dev%2Fhyperlight?ref=badge_large) |
0 commit comments