Files
cli/vendor/wit-component/tests/components/link-stack-high-and-low/lib-bar.wit

10 lines
91 B
Plaintext
Raw Normal View History

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