edgee_components_runtime/
lib.rs

1
2
3
4
5
6
7
8
pub mod components;
pub mod payload;

wasmtime::component::bindgen!({
    world: "data-collection",
    path: "wit/",
    async: true,
});