Type Definition wasmer_types::compilation::relocation::Relocations
source · pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;
Expand description
Relocations to apply to function bodies.