xref
: /
wasmtime-44.0.1
/
crates
/
component-macro
/
tests
/
codegen
/
multiversion
/
deps
/
v2
/
root.wit
(revision b1f7ff3b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package my:
[email protected]
;
2
3
interface a {
4
x: func();
5
}
6