this post was submitted on 27 Mar 2025
23 points (100.0% liked)

Opensource

2362 readers
51 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 days ago

I'm definitely having trouble conceptualizing what this even IS much less what one might use it for. Hyperlight is like a containerization system? It lets you host micro-VMs? And now you can use one to host a WASM app? Why on Earth would someone want to host container/VM just to run WASM code? Are we really going down the road AGAIN of taking tech made to run in browsers, and using it to make backend stuff?

[–] [email protected] 3 points 4 days ago (1 children)

Like Silverlight but WASM? Hope it shares the same fate.

[–] Colloidal 3 points 4 days ago (1 children)

Seems like it it isn’t related to Silverlight at all.

[–] [email protected] 3 points 4 days ago

I think the parent comment is calling out some concerns that wasm may enable some of the same shenanigans that silver light did. By being compiled code and operating somewhat outside the browser it could be used to lock down more of the browser.

[–] FizzyOrange 1 points 4 days ago

Ok so if I'm understanding correctly Hyperlight lets you sandbox components of your embedded system using hypervisor/VMs. Hyperlight WASM is an alternative sandbox that uses WASM for sandboxing instead.

I guess if you only have WASM there would not be much need for Hyperlight at all, but if you have a mix of WASM and non-WASM code this would be useful.