[−][src]Type Definition wasmtime_environ::StackMaps
type StackMaps = PrimaryMap<DefinedFuncIndex, Vec<StackMapInformation>>;
Information about GC safepoints and their associated stack maps within each function.
type StackMaps = PrimaryMap<DefinedFuncIndex, Vec<StackMapInformation>>;
Information about GC safepoints and their associated stack maps within each function.