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

Method as_context_mut

crates/c-api/src/func.rs:220–222  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

218
219impl AsContextMut for wasmtime_caller_t<'_> {
220 fn as_context_mut(&mut self) -> StoreContextMut<'_, WasmtimeStoreData> {
221 self.caller.as_context_mut()
222 }
223}
224
225pub type wasmtime_func_callback_t = extern "C" fn(

Callers 15

instantiateMethod · 0.45
instantiate_asyncMethod · 0.45
loadMethod · 0.45
call_simple_list1Method · 0.45
call_simple_list2Method · 0.45
call_simple_list3Method · 0.45
call_simple_list4Method · 0.45
instantiateMethod · 0.45
instantiate_asyncMethod · 0.45
instantiateMethod · 0.45
instantiate_asyncMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by 15

instantiateMethod · 0.36
instantiate_asyncMethod · 0.36
loadMethod · 0.36
call_simple_list1Method · 0.36
call_simple_list2Method · 0.36
call_simple_list3Method · 0.36
call_simple_list4Method · 0.36
instantiateMethod · 0.36
instantiate_asyncMethod · 0.36
instantiateMethod · 0.36
instantiate_asyncMethod · 0.36
loadMethod · 0.36