Path: blob/main/crates/component-macro/tests/codegen/smoke-export.wit
3068 views
package foo:foo;
world the-world {
export the-name: interface {
y: func();
}
}
package foo:foo;
world the-world {
export the-name: interface {
y: func();
}
}