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