We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2228982 commit a2b1a8bCopy full SHA for a2b1a8b
pythonbpf/__init__.py
@@ -2,7 +2,7 @@
2
PythonBPF - A Python frontend for eBPF programs.
3
4
This package provides decorators and compilation tools to write BPF programs
5
-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.
6
"""
7
8
from .decorators import bpf, map, section, bpfglobal, struct
0 commit comments