greentic_interfaces/
component_v0_3.rs

1//! Typed bindings for `greentic:component@0.3.0`.
2
3mod bindings {
4    wasmtime::component::bindgen!({
5        path: "wit/greentic-component@0.3.0.wit",
6        world: "component",
7    });
8}
9
10pub use bindings::*;
11
12/// Returns the canonical package name for backwards compatibility checks.
13pub const PACKAGE_ID: &str = "greentic:component@0.3.0";