summaryrefslogtreecommitdiffhomepage
path: root/test/wasm_component/hello_world/wit/world.wit
blob: 82c810ef1b6d5ed4489dd93d0a297c8482ec610f (plain) (blame)
1
2
3
4
5
6
package component:test-wasi-component;

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