You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We got a bunch of new features since version 0.2.0, in particular:
- A new JIT-compiling infrastructure via Cranelift (opt-in feature)
- The ability to compile and use most of rbpf's features without the
standard library
- An API update to allow eBPF helpers to use designated memory area in
our simple verifier, so that users can hook their map implementation
- Several bug fixes
Let's update the crate so that users can benefit from these.
Signed-off-by: Quentin Monnet <qmo@qmon.net>
0 commit comments