Clarify compilation target in package documentation

Updated documentation to clarify that the compilation targets LLVM IR instead of eBPF bytecode directly.
This commit is contained in:
varunrmallya
2025-10-09 10:10:34 +05:30
committed by GitHub
parent 22289821f9
commit a2b1a8baff

View File

@ -2,7 +2,7 @@
PythonBPF - A Python frontend for eBPF programs.
This package provides decorators and compilation tools to write BPF programs
in Python syntax and compile them to eBPF bytecode that can run in the kernel.
in Python syntax and compile them to LLVM IR that can be compiled to eBPF bytecode.
"""
from .decorators import bpf, map, section, bpfglobal, struct