7 lines
169 B
Text
7 lines
169 B
Text
package component:witguest;
|
|
|
|
/// An example world for the component to target.
|
|
world example {
|
|
import host-test: func();
|
|
export hello-world: func() -> string;
|
|
}
|