Skip to content

Commit b884b22

Browse files
jinankjainJinank Jain
authored andcommitted
README: Update the link for mshv crate
Current link points to the archieved repository of mshv crate in the cloud-hypervisor org. Latest version of mshv crate is hosted under rust-vmm org. Thus, update the link to point the correct version mshv crate. Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
1 parent 683c93b commit b884b22

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
@@ -2,7 +2,7 @@
22

33
_Hyperlight-Wasm_ is a component that enables Wasm Modules to be run inside lightweight Virtual Machine backed Sandbox. Its purpose is to enable applications to safely run untrusted or third party Wasm code within a VM with very low latency/overhead. It is built on top of [Hyperlight](https://github.com/hyperlight-dev/hyperlight).
44

5-
Hyperlight-Wasm currently supports running applications using either the [Windows Hypervisor Platform](https://docs.microsoft.com/en-us/virtualization/api/#windows-hypervisor-platform) on Windows, [KVM](https://www.linux-kvm.org/page/Main_Page) on Linux or [/dev/mshv](https://github.com/cloud-hypervisor/mshv).
5+
Hyperlight-Wasm currently supports running applications using either the [Windows Hypervisor Platform](https://docs.microsoft.com/en-us/virtualization/api/#windows-hypervisor-platform) on Windows, [KVM](https://www.linux-kvm.org/page/Main_Page) on Linux or [/dev/mshv](https://github.com/rust-vmm/mshv).
66

77
WARNING: This is experimental code. It is not considered production-grade by its developers, neither is it "supported" software.
88

0 commit comments

Comments
 (0)