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