Home ยป Introducing Microswift’s Innovative Hyperlight Wasm Project: A Compact VM for Running Applications in Any Language.

Introducing Microswift’s Innovative Hyperlight Wasm Project: A Compact VM for Running Applications in Any Language.

By the end of 2024, Microsoft introduced the Hyperlight project, a Rust language library for running small functions, boasting its own hypervisor for enhanced security and faster execution compared to traditional VMs. However, it is limited to running Rust functions only.

This year, Microsoft has enhanced Hyperlight into Hyperlight Wasm, incorporating WebAssembly (Wasm) to address program language compatibility issues. Hyperlight Wasm can execute any program language code by converting it to WebAssembly following the WASI standard, then running the binary code (including language runtime) on Hyperlight Wasm.

The advantage of the Hyperlight Wasm approach lies in maintaining the speed and security of Hyperlight while supporting any program language. Microsoft has now handed over the Hyperlight project to the CNCF foundation for maintenance, with all code residing on GitHub.

Source: Microsoft

The architecture of Hyperlight Wasm operates faster than traditional Virtual Machine architecture.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Google Confirms Continued Development of Flutter Version 3.22 with WASM Support

Google Donates $1 Million to Rust Foundation for Enhanced Collaboration with C++

July 2024 Programming Language Rankings Report: Rust Gaining Momentum Towards Top 10 Spot