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

Method data_mut

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

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

(&mut self)

Source from the content-addressed store, hash-verified

2129 ///
2130 /// Same as [`Store::data_mut`](crate::Store::data_mut)
2131 pub fn data_mut(&mut self) -> &mut T {
2132 self.store.data_mut()
2133 }
2134
2135 /// Returns the underlying [`Engine`] this store is connected to.
2136 pub fn engine(&self) -> &Engine {

Callers 15

make_linkerFunction · 0.45
new_storeMethod · 0.45
dropMethod · 0.45
instantiate_intoMethod · 0.45
setup_guest_profilerFunction · 0.45
sampleFunction · 0.45
new_store_and_linkerMethod · 0.45
setup_guest_profilerMethod · 0.45
sampleMethod · 0.45
invoke_debuggerMethod · 0.45
populate_with_wasiMethod · 0.45
set_legacy_p1_ctxMethod · 0.45

Calls

no outgoing calls