xref
: /
wasmtime-44.0.1
/
crates
/
component-macro
/
tests
/
codegen
/
smoke.wit
(revision fd3a827e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package foo:foo;
2
3
world the-world {
4
import imports: interface {
5
y: func();
6
}
7
}
8