Create an unikernel with Zig and Unikraft

Hi forks,

Recently, I’m exploring writing an unikernel with Zig and Unikraft.
The good news is that it works like a charm! Here’s the repository which you could experiment with:

Note:
In order to make it run, we need a small change to the std lib: patches/unikraft.patch

BTW, I hope we could run Zig’s std unit tests on it, currently, there are still some problems which I’m trying to fix, stay tune!

Have fun!

1 Like