Some key points from the article:
> Unik pretends to be a Linux kernel, implementing enough system calls to fool the Go runtime.
> The gui program is run with https://gioui.org/
I could see this being useful to write GUI apps that need to run on tiny hardware to reduce the footprint, but the real sweet spot for unikernels I think is backend services. Cool project though!
https://labs.f-secure.com/blog/tamago/
Some key points from the article:
> Unik pretends to be a Linux kernel, implementing enough system calls to fool the Go runtime.
> The gui program is run with https://gioui.org/
I could see this being useful to write GUI apps that need to run on tiny hardware to reduce the footprint, but the real sweet spot for unikernels I think is backend services. Cool project though!