async-ebpf 0.4.0-alpha.6

Async-friendly, fully preemptive userspace eBPF runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
# async-ebpf

Async-friendly, fully preemptive userspace eBPF runtime.

## Supported platforms

- Linux: x86-64 and arm64
- OpenBSD: amd64 and arm64

Building requires CMake and libclang. Tests additionally require the LLVM BPF
tools (`clang`, `llvm-link`, `opt`, `llc`, and `llvm-objcopy`).