tricorder-observability / Starship

Starship: next-generation Observability platform built with eBPF+WASM
GNU Affero General Public License v3.0
163 stars 23 forks source link

Remove the need of using c-struct-bindgen in WASM code #107

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

nascentcore-eng commented 1 year ago

This conflicts with https://github.com/tricorder-observability/Starship/issues/111 which is created because struct bindgen added JSON formatting capability

We'd need to reconsider the role of struct bindgen in Starship's modules' WASM component.