Files
cli/vendor/wit-component/tests/components/adapt-inject-stack-with-realloc-no-state/component.wit.print

8 lines
110 B
Plaintext

package root:component;
world root {
import new: interface {
get-two: func() -> tuple<u32, u32>;
}
}