jpsamaroo / BPFnative.jl

Native Julia codegen for eBPF bytecode
Other
9 stars 1 forks source link

Load on other platforms #16

Closed jpsamaroo closed 3 years ago

jpsamaroo commented 3 years ago

While kernel-related functionality (probes, libbpf, etc.) won't work outside of Linux, we should be able to provide some userspace support via ubpf. Regardless, we should ensure that we can always load on non-Linux platforms, so that other packages can easily depend on us.