Source position: wasmtypes.pp line 101
type TWasmRelocationEntry = record
Typ: TWasmRelocationType;
Offset: UInt32;
Index: UInt32;
Addend: Int32;
end;