Files
cli/vendor/wit-component/tests/components/import-export-same-iface-name/module.wat

6 lines
131 B
Plaintext
Raw Normal View History

(module
(import "foo:dep/the-name" "a" (func))
(import "foo:foo/the-name" "a" (func))
(func (export "foo:foo/the-name#a"))
)