lyra-wasm-scripting-test/witguest/wit/world.wit

8 lines
169 B
Plaintext

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