Awesome, thanks. Do you have a take on unikernels in general?
My main side project at the moment involves trying to use QEMU+WHPX on Windows to sandbox selfhosted services. Long term I think it would be awesome to support unikernels, but I get the feeling a lot of the momentum for them has died down the last couple years.
I work with NanoVMs and nanos.org can work under both qemu (by default) and deploy to hyper-v under WSL2. Also, nanos.org itself is a go unikernel so we have excellent go support.
Also, from parent comment, ops, can deploy to esxi/vsphere perfectly fine.
That's interesting. Can you run for example Golang programs on ESXI? Go isn't exactly POSIX-free but it also doesn't need all of it.