6 ms·
Thanks! > Will this run ok on a Mac? I've managed to make it work but unfortunately not in a way that produces portable binaries. I just need to figure out ho
by NilsIRL 3y ago
Thanks!
> Will this run ok on a Mac?
I've managed to make it work but unfortunately not in a way that produces portable binaries. I just need to figure out how to selectively statically link some of the QEMU dependencies or write a runtime that uses Apple's VirtualizationFramework.
- nico 3y agoReally impressive! Amazing work, thank you for sharing :)
- apitman 3y agoFor Windows, I recommend looking into running in WSL2 instead of trying to get QEMU working in a performant way. It's pretty easy to install a custom lightweight WSL2 image and run it.
- anonymousDan 3y agoCould you use something more lightweight than qemu (e.g. firecracker)?