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

Twasm_val_t

Declaration

Source position: wasmtime.pp line 356

type Twasm_val_t = record

  kind: Twasm_valkind_t;

  of_: record

    case LongInt of

      0: (

          i32: Tint32_t;

        );

      1: (

          i64: Tint64_t;

        );

      2: (

          f32: Tfloat32_t;

        );

      3: (

          f64: Tfloat64_t;

        );

      4: (

          ref: Pwasm_ref_t;

        );

  end;

end;


Documentation generated on: 2023-03-18