Module wasmer_types::compilation::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.
- The resolver for an archived
CompiledFunctionUnwindInfo