Path: blob/main/crates/component-macro/tests/codegen/rename.wit
1693 views
package foo:foo; interface red { use green.{thing}; foo: func() -> thing; } interface green { type thing = s32; } world neptune { import red; import green; }
package foo:foo; interface red { use green.{thing}; foo: func() -> thing; } interface green { type thing = s32; } world neptune { import red; import green; }