tricorder-observability / Starship

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

Investigate socket-based communication API for WASM runtime #26

Open nascentcore-eng opened 1 year ago

nascentcore-eng commented 1 year ago

Bindgen (rust) Socket based communication, with host environment and WASM having stub code to serialize & deserialize data.

nascentcore-eng commented 1 year ago

We probably should take a look at some example to see how such things work in practice in other usage scenarios.