xref
: /
wasmtime-44.0.1
/
crates
/
component-macro
/
tests
/
codegen
/
smoke-default.wit
(revision 25bf8e0e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
world the-world {
2
default export interface {
3
y: func()
4
}
5
}
6