wast 247.0.0

Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
Documentation
1
2
3
4
(type $sig (func))
(table 0 funcref)
(func (result i32)
  (call_indirect (type $sig) (result i32) (i32.const 0)))