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

Method address_map_data

crates/wasmtime/src/runtime/code.rs:192–197  ·  view source on GitHub ↗

Provide the address-map data for this EngineCode.

(&self)

Source from the content-addressed store, hash-verified

190
191 /// Provide the address-map data for this EngineCode.
192 pub fn address_map_data(&self) -> &[u8] {
193 // We can use the original (uncloned) code image for this: it
194 // is just a slice of bytes that we interpret independent of
195 // location.
196 self.original_code.address_map_data()
197 }
198
199 /// Provide the stack-map data for this EngineCode.
200 pub fn stack_map_data(&self) -> &[u8] {

Callers 4

address_mapMethod · 0.45
newMethod · 0.45
has_address_mapMethod · 0.45
address_mapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected