Hacker News new | ask | show | jobs
by NilsIRL 833 days 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.

3 comments

For 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.
Could you use something more lightweight than qemu (e.g. firecracker)?
Really impressive! Amazing work, thank you for sharing :)