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

Method data

crates/wasmtime/src/runtime/func.rs:2124–2126  ·  view source on GitHub ↗

Access the underlying data owned by this `Store`. Same as [`Store::data`](crate::Store::data)

(&self)

Source from the content-addressed store, hash-verified

2122 ///
2123 /// Same as [`Store::data`](crate::Store::data)
2124 pub fn data(&self) -> &T {
2125 self.store.data()
2126 }
2127
2128 /// Access the underlying data owned by this `Store`.
2129 ///

Callers 15

make_linkerFunction · 0.45
func_wrap_host_buf_apiFunction · 0.45
take_and_return_list_u8Function · 0.45
executeMethod · 0.45
instantiate_and_runMethod · 0.45
async_then_sync_trapFunction · 0.45
sync_then_async_trapFunction · 0.45
call_wrapped_funcFunction · 0.45
growth_trapFunction · 0.45

Calls

no outgoing calls

Tested by 10

call_wrapped_funcFunction · 0.36
externref_data_someFunction · 0.36
externref_data_mut_someFunction · 0.36
atomic_wait_notify_basicFunction · 0.36
ids_are_threaded_throughFunction · 0.36
pooling_allocator_resetFunction · 0.36
make_externsFunction · 0.36