MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / create_unwind_info

Method create_unwind_info

cranelift/codegen/src/context.rs:240–245  ·  view source on GitHub ↗
(
        &self,
        isa: &dyn TargetIsa,
    )

Source from the content-addressed store, hash-verified

238 #[cfg(feature = "unwind")]
239 #[deprecated = "use CompiledCode::create_unwind_info"]
240 pub fn create_unwind_info(
241 &self,
242 isa: &dyn TargetIsa,
243 ) -> CodegenResult<Option<crate::isa::unwind::UnwindInfo>> {
244 self.compiled_code().unwrap().create_unwind_info(isa)
245 }
246
247 /// Run the verifier on the function.
248 ///

Callers 3

runMethod · 0.45
finish_with_infoMethod · 0.45

Calls 2

compiled_codeMethod · 0.80
unwrapMethod · 0.45

Tested by 1

runMethod · 0.36