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

Method wasmtime_exception_data

cranelift/jit/src/compiled_blob.rs:100–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98
99 #[cfg(feature = "wasmtime-unwinder")]
100 pub(crate) fn wasmtime_exception_data(&self) -> Option<&[u8]> {
101 self.wasmtime_exception_data.as_deref()
102 }
103
104 pub(crate) fn perform_relocations(
105 &self,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected