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
Is your feature request related to a problem? Please describe.
Make the user development experience more simple. Currently developers will need to handle the polling themselves.
Describe the solution you'd like
Add a Wasm library (can be in any languages, which will be compiled and link to the user functions) to help polling the eBPF buffers. So, the developer can focus on develop event-driven handlers.
Provide usage examples
For example, the only thing user will develop is:
voidprocess_event(void*input_data, intinput_size, void*output_data, intoutput_size) {
// xxx process
}
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Make the user development experience more simple. Currently developers will need to handle the polling themselves.
Describe the solution you'd like
Add a Wasm library (can be in any languages, which will be compiled and link to the user functions) to help polling the eBPF buffers. So, the developer can focus on develop event-driven handlers.
Provide usage examples
For example, the only thing user will develop is:
The text was updated successfully, but these errors were encountered: