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