Path: blob/main/crates/component-macro/tests/codegen/unversioned-foo.wit
1692 views
package foo:foo; interface a { variant error { other(string), } g: func() -> result<_, error>; } world nope { import a; }
package foo:foo; interface a { variant error { other(string), } g: func() -> result<_, error>; } world nope { import a; }