Module wasmer_compiler::types::unwind
source · Expand description
A CompiledFunctionUnwindInfo
contains the function unwind information.
The unwind information is used to determine which function called the function that threw the exception, and which function called that one, and so forth.
Enums§
- An archived
CompiledFunctionUnwindInfo
- Compiled function unwind information.
- Generic reference to data in a
CompiledFunctionUnwindInfo
- The resolver for an archived
CompiledFunctionUnwindInfo
Traits§
- Any struct that acts like a
CompiledFunctionUnwindInfo
.