Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_function
Function · 0.80
wasm_func_call
Function · 0.80
wasm_instance_new
Function · 0.80
wasm_instance_exports
Function · 0.80
wasm_global_new
Function · 0.80
wasm_global_get
Function · 0.80
wasm_global_set
Function · 0.80
wasm_memory_new
Function · 0.80
wasm_memory_grow
Function · 0.80
wasm_table_new
Function · 0.80
wasm_table_get
Function · 0.80
wasm_table_set
Function · 0.80
Calls
2
as_context_mut
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected