Files
cli/vendor/wit-component/tests/components/link-bare-funcs/lib-foo.wit

8 lines
166 B
Plaintext
Raw Normal View History

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