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

TWasmEdge_NumType

Declaration

Source position: libwasmedge.pp line 277

type TWasmEdge_NumType = (

  WasmEdge_NumType_I32 = $7F,

  WasmEdge_NumType_I64 = $7E,

  WasmEdge_NumType_F32 = $7D,

  WasmEdge_NumType_F64 = $7C,

  WasmEdge_NumType_V128 = $7B

);


Documentation generated on: 2025-07-25