--- !WASM
FileHeader:
  Version:         0x1
Sections:
  - Type:            TYPE
    Signatures:
      - Index:           0
        ParamTypes:      []
        ReturnTypes:
          - I32
      - Index:           1
        ParamTypes:      []
        ReturnTypes:
          - I64
      - Index:           2
        ParamTypes:      []
        ReturnTypes:
          - F32
      - Index:           3
        ParamTypes:      []
        ReturnTypes:
          - F64
  - Type:            FUNCTION
    FunctionTypes:   [ 0, 1, 2, 3 ]
  - Type:            CODE
    Functions:
      - Index:           0
        Locals:          []
        Body:            41010B
      - Index:           1
        Locals:          []
        Body:            42030B
      - Index:           2
        Locals:          []
        Body:            43000080400B
      - Index:           3
        Locals:          []
        Body:            4400000000000022400B
...