-
Notifications
You must be signed in to change notification settings - Fork 116
Add support for hyperlight #140
Copy link
Copy link
Labels
ExplorationIssues requiring further explorationIssues requiring further explorationGuestsRelated to guestsRelated to guestsMonitorsMonitors and their executionMonitors and their executionenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
ExplorationIssues requiring further explorationIssues requiring further explorationGuestsRelated to guestsRelated to guestsMonitorsMonitors and their executionMonitors and their executionenhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo
Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications. It enables safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.
Hyperlight strongly differs from other VMMs, since it is actually designed to be embedded inside an application. It is in a quite early stage, however, an integration with
urunccould be interesting. Fromurunc's perspective, we need to simply spawn the application, since hyperlight will be embedded to it.