Type Definition wasmtime_environ::Relocations
source · pub type Relocations = PrimaryMap<DefinedFuncIndex, Vec<Relocation>>;
Expand description
Relocations to apply to function bodies.
pub type Relocations = PrimaryMap<DefinedFuncIndex, Vec<Relocation>>;
Relocations to apply to function bodies.