Files
cli/vendor/wit-component/tests/components/simple/component.wit.print

8 lines
129 B
Plaintext

package root:component;
world root {
export a: func();
export b: func() -> string;
export c: func(x: string) -> string;
}