pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;
Expand description
Relocations to apply to function bodies.
Aliased Typeยง
struct Relocations { /* private fields */ }
pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;
Relocations to apply to function bodies.
struct Relocations { /* private fields */ }