package component:test-wasi-component;

/// An example world for the component to target.
world example {
    export hello-world: func() -> string;
}
