xref
: /
wasmtime-44.0.1
/
crates
/
component-macro
/
tests
/
codegen
/
host-world.wit
(revision 2eacf868)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package foo:foo;
2
3
world host {
4
import foo: func();
5
}