Path: blob/main/crates/component-macro/tests/codegen/unversioned-foo.wit
3054 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;
}