Enum wiggle::wasmtime_crate::WasmBacktraceDetails [−][src]
pub enum WasmBacktraceDetails {
Enable,
Disable,
Environment,
}
Expand description
Select how wasm backtrace detailed information is handled.
Variants
Enable
Support is unconditionally enabled and wasmtime will parse and read debug information.
Disable
Support is disabled, and wasmtime will not parse debug information for backtrace details.
Environment
Support for backtrace details is conditional on the
WASMTIME_BACKTRACE_DETAILS
environment variable.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WasmBacktraceDetails
impl Send for WasmBacktraceDetails
impl Sync for WasmBacktraceDetails
impl Unpin for WasmBacktraceDetails
impl UnwindSafe for WasmBacktraceDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more