Type Definition wasmer_compiler::Relocations
source · [−]pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;Expand description
Relocations to apply to function bodies.
pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;Relocations to apply to function bodies.