summaryrefslogtreecommitdiff
path: root/rust/hello_world/wit/my-component.wit
blob: 5ce6b6fdeb00d71ea06aa315c8e789da42c127ea (plain) (blame)
1
2
3
4
5
6
7
8
// wit/my-component.wit

package my:project;

world hello-world {
    import name: func() -> string;
    export greet: func();
}