wast 246.0.2

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
Documentation
1
2
3
4
5
6
7
(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))
)