eunomia-bpf/wasm-bpf

[FEATURE] Add xdp example for wasm

yunwei37 opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

We need to have xdp example run in wasm, to show how wasm app can benefit from xdp bypass kernel.

This is alse related to #22

Describe the solution you'd like

Add xdp example. You may add any API in libbpf-wasm.h or wasm runtime if needed.

For the xdp demo app, please refer to xdp-tutorial.

close as complete.