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

8 lines
96 B
Plaintext
Raw Normal View History

package root:component;
world root {
import new: interface {
log: func(s: string);
}
}