Boxedwine icon indicating copy to clipboard operation
Boxedwine copied to clipboard

Using micro virtualization when CPU emulation is not required

Open ohault opened this issue 8 months ago • 1 comments

I wonder when running a Windows 32 bits app on a x86 hardware via Boxedwine if an acceleration could not be implemented.

If you consist when possible to bypass the CPU emulation step and go almost straight to the CPU.

I could think of isolating it using micro virtualisation (e.g. Hyperlight WASM projet)

References:

  • https://github.com/hyperlight-dev/hyperlight
  • https://devops.com/microsofts-hyperlight-wasm-bringing-webassembly-to-secure-micro-vms/

ohault avatar May 06 '25 07:05 ohault