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

Method frame_tables

crates/wasmtime/src/runtime/code_memory.rs:340–342  ·  view source on GitHub ↗

Returns the encoded frame-tables section to pass to `wasmtime_environ::FrameTable::parse`.

(&self)

Source from the content-addressed store, hash-verified

338 /// Returns the encoded frame-tables section to pass to
339 /// `wasmtime_environ::FrameTable::parse`.
340 pub fn frame_tables(&self) -> &[u8] {
341 &self.mmap[self.frame_tables_data.clone()]
342 }
343
344 /// Returns the concatenated Wasm bytecode section, or an empty slice if
345 /// the artifact was not compiled with `guest-debug` enabled.

Callers 1

frame_tableMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected