From 2538ac61459bf62bf046281ccc5a3dec4a60d868 Mon Sep 17 00:00:00 2001 From: Jinank Jain Date: Thu, 27 Mar 2025 19:40:00 +0530 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2260258..560d5db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ _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). -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). +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). WARNING: This is experimental code. It is not considered production-grade by its developers, neither is it "supported" software.