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

Method context_mut

crates/c-api/src/store.rs:38–40  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

36 }
37
38 pub unsafe fn context_mut(&mut self) -> WasmStoreContextMut<'_> {
39 (*self.store.get()).as_context_mut()
40 }
41}
42
43#[repr(C)]

Callers 13

create_functionFunction · 0.80
wasm_func_callFunction · 0.80
wasm_instance_newFunction · 0.80
wasm_instance_exportsFunction · 0.80
wasm_global_newFunction · 0.80
wasm_global_getFunction · 0.80
wasm_global_setFunction · 0.80
wasm_memory_newFunction · 0.80
wasm_memory_growFunction · 0.80
wasm_table_newFunction · 0.80
wasm_table_getFunction · 0.80
wasm_table_setFunction · 0.80

Calls 2

as_context_mutMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected