DEBSOURCES
Skip Quicknav
sources / rust-wasmtime / 26.0.1%2Bdfsg-3 / crates / component-macro / tests / codegen / unversioned-foo.wit
123456789101112
package foo:foo; interface a { variant error { other(string), } g: func() -> result<_, error>; } world nope { import a; }