Source position: wasmtypes.pp line 41
type TWasmCustomSectionType = ( |
wcstLinking, |
wcstRelocCode, |
wcstRelocData, |
wcstProducers, |
wcstTargetFeatures, |
wcstDebugFrame, |
wcstDebugInfo, |
wcstDebugLine, |
wcstDebugAbbrev, |
wcstDebugAranges, |
wcstDebugRanges, |
wcstDebugStr, |
wcstRelocDebugFrame, |
wcstRelocDebugInfo, |
wcstRelocDebugLine, |
wcstRelocDebugAbbrev, |
wcstRelocDebugAranges, |
wcstRelocDebugRanges, |
wcstRelocDebugStr |
); |