Type Definition wasmtime_environ::Relocations [−][src]
type Relocations = PrimaryMap<DefinedFuncIndex, Vec<Relocation>>;
Relocations to apply to function bodies.
type Relocations = PrimaryMap<DefinedFuncIndex, Vec<Relocation>>;
Relocations to apply to function bodies.