Type Definition wasmtime_environ::Traps [−][src]
type Traps = PrimaryMap<DefinedFuncIndex, Vec<TrapInformation>>;
Information about traps associated with the functions where the traps are placed.
type Traps = PrimaryMap<DefinedFuncIndex, Vec<TrapInformation>>;
Information about traps associated with the functions where the traps are placed.