Files
cli/vendor/wit-component/tests/components/adapt-multiple/component.wit.print

11 lines
140 B
Plaintext

package root:component;
world root {
import other1: interface {
foo: func();
}
import other2: interface {
bar: func();
}
}