Unit 'wasmtime' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#wasmtime]

Twasmtime_valunion

Declaration

Source position: wasmtime.pp line 462

type Twasmtime_valunion = record

  case LongInt of

    0: (

        i32: Tint32_t;

      );

    1: (

        i64: Tint64_t;

      );

    2: (

        f32: Tfloat32_t;

      );

    3: (

        f64: Tfloat64_t;

      );

    4: (

        funcref: Twasmtime_func_t;

      );

    5: (

        externref: Pwasmtime_externref_t;

      );

    6: (

        v128: Twasmtime_v128;

      );

end;


Documentation generated on: 2023-03-18