wast 247.0.0

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
Documentation
1
2
3
4
5
6
7
(component
  (core module $mod (func (export "fun")))
  (core instance $inst (instantiate $mod))
  (alias core export $inst "fun" (core func $fun1))
  (core func $fun2 (alias core export $inst "fun"))
  (core func $fun3 (alias export $inst "fun"))
)