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

TWasmEdge_ValType

Declaration

Source position: libwasmedge.pp line 272

type TWasmEdge_ValType = (

  WasmEdge_ValType_I32 = $7F,

  WasmEdge_ValType_I64 = $7E,

  WasmEdge_ValType_F32 = $7D,

  WasmEdge_ValType_F64 = $7C,

  WasmEdge_ValType_V128 = $7B,

  WasmEdge_ValType_FuncRef = $70,

  WasmEdge_ValType_ExternRef = $6F

);


Documentation generated on: 2025-07-25