Unit 'wasmtypes' Package
[Overview][Types][Index] [#fcl-res]

TWasmSectionID

Declaration

Source position: wasmtypes.pp line 25

type TWasmSectionID = (

  wsiCustom = 0,

  wsiType = 1,

  wsiImport = 2,

  wsiFunction = 3,

  wsiTable = 4,

  wsiMemory = 5,

  wsiGlobal = 6,

  wsiExport = 7,

  wsiStart = 8,

  wsiElement = 9,

  wsiCode = 10,

  wsiData = 11,

  wsiDataCount = 12,

  wsiTag = 13

);


Documentation generated on: 2025-07-25