xref
: /
wasmtime-44.0.1
/
crates
/
component-macro
/
tests
/
codegen
/
path2
/
world.wit
(revision a13d7823)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package paths:path2;
2
3
interface test {}
4
5
world path2 {
6
import test;
7
}
8