Type Alias unc_vm_compiler::Relocations

source ·
pub type Relocations = PrimaryMap<LocalFunctionIndex, Vec<Relocation>>;
Expand description

Relocations to apply to function bodies.

Aliased Type§

struct Relocations { /* private fields */ }