Enum wasmtime::WasmBacktraceDetails
source · 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§
source§impl Clone for WasmBacktraceDetails
impl Clone for WasmBacktraceDetails
source§fn clone(&self) -> WasmBacktraceDetails
fn clone(&self) -> WasmBacktraceDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more