mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 19:59:02 +00:00
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
(component
|
|
(component $comp)
|
|
(instance $inst (instantiate $comp))
|
|
(func $alias1 (alias export $inst "fun"))
|
|
(alias export $inst "fun" (func $alias2))
|
|
(alias export $inst "fun" (core func $alias3))
|
|
)
|