Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
ngl, including assets in the binary is a genius move
i am using the big binary to ship the smaller binaries
aka my bpf object files are `include!`'d into my daemon's binary, so i don't need to package them or read them from disk
this is so simple and nice, more things should do it