Files
cli/vendor/wit-component/tests/components/bare-funcs/module.wit

8 lines
162 B
Plaintext

package foo:foo;
world module {
import foo: func();
import bar: func() -> string;
export baz: func();
export foo2: func(x: string) -> option<list<u8>>;
}