原文
| ||||||||||||||||||
| ||||||||||||||||||
![]() |
原始链接: https://news.ycombinator.com/item?id=43482556
微软宣布了Hyperlight WASM,这是其Hyperlight轻量级虚拟机监控器(VMM)的最新版本,它可以在大约毫秒级的时间内启动虚拟机。此版本基于Wasmtime运行时,并使用WASI接口启用WebAssembly (Wasm)组件二进制文件的执行,无需在虚拟机中使用客户操作系统。公告重点介绍了这种方法的优势,并包含一个演练示例。一位评论者提出了一种可能的用例:使用WASM构建类似Cloudflare Workers或Lambda的服务。
| ||||||||||||||||||
| ||||||||||||||||||
![]() |
Today we’re happy to announce the Hyperlight Wasm guest based on the Wasmtime runtime. This makes it possible to run Wasm Component binaries on top of WASI interfaces without the need for a guest OS in the VM. In this post we explain how this works and walk through an example.
[1]: https://news.ycombinator.com/item?id=42078476
reply