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