Cargo Features
emd-ebpf has no features set by default.
[dependencies]
emd-ebpf = { version = "1.0.3", features = ["build"] }
- build build
-
Build eBPF instead of using the prebuild ebpf binary
Enables aya-build and emd-ebpf-impl
Affects
emd-ebpf::EBPF_BINARY
…