6 lines
131 B
Plaintext
6 lines
131 B
Plaintext
|
|
(module
|
||
|
|
(import "foo:dep/the-name" "a" (func))
|
||
|
|
(import "foo:foo/the-name" "a" (func))
|
||
|
|
(func (export "foo:foo/the-name#a"))
|
||
|
|
)
|