gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine
https://catswords.social/@catswords_oss
GNU General Public License v3.0
143 stars 12 forks source link

[Roadmap] Runtime Isolation. QEMU, Hyper-V, and Windows Sandbox #134

Open gnh1201 opened 2 weeks ago

gnh1201 commented 2 weeks ago

Summary

Some runtimes, such as legacy systems, experimental projects, or those with potential security vulnerabilities, need to be executed in isolated environments. Full virtualization and paravirtualization technologies play a crucial role in this. Examples of full virtualization include QEMU and Hyper-V, while Windows Sandbox serves as an example of paravirtualization. This issue will cover the necessity of runtime isolation, the characteristics of each technology, and potential use cases.

Related links