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
Support generating modules that can provide ability to access structs passed from native programs (e.g kernel) using BTF for golang and rust.
Generating a WASM module that provide functions which can access a native struct using base pointer, struct type name, field name. Information can be obtained from a BTF file and then hard-coded in the generated WASM module for acceleration.
Support generating modules that can provide ability to access structs passed from native programs (e.g kernel) using BTF for golang and rust.
base pointer
,struct type name
,field name
. Information can be obtained from a BTF file and then hard-coded in the generated WASM module for acceleration.This could be done in https://github.com/eunomia-bpf/c-struct-bindgen
The text was updated successfully, but these errors were encountered: