mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 23:03:08 +00:00
This library contains: - The global constants as used by C code. - An Insn struct that implements can generate all the BPF instructions. - A simple BPF virtual machine implementation that can be used for testing programs. This has complete code-coverage and has been extensively fuzzed.