tw4452852/unikraft-zig
Create an unikernel with Unikraft and Zig
git clone https://github.com/tw4452852/unikraft-zig
cd unikraft-zig
git clone https://github.com/unikraft/unikraft ./workdir/unikraft
make
The generated image will be ./workdir/build/app-zig_<platform>-<arch>
,
and you could run it with the qemu now (follow the instructions on https://unikraft.org/guides/internals#running).
Have fun!
aarch64
x86_64