Files
cli/vendor/wit-component/tests/components/link-asyncify/lib-bar.wit

10 lines
91 B
Plaintext
Raw Normal View History

package test:test;
interface test {
bar: func();
}
world lib-bar {
export test;
}