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

10 lines
156 B
Plaintext
Raw Normal View History

package root:component;
world root {
import new: interface {
read: func(amt: u32) -> list<u8>;
}
export entrypoint: func(args: list<string>);
}