1 pub mod bindings {
2     wasmtime::component::bindgen!({
3         path: "wit",
4         world: "transmit-callee",
5     });
6 }
7