Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ as_context
Method
as_context
crates/c-api/src/func.rs:214–216 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
212
type Data = WasmtimeStoreData;
213
214
fn as_context(&self) -> StoreContext<'_, WasmtimeStoreData> {
215
self.caller.as_context()
216
}
217
}
218
219
impl AsContextMut for wasmtime_caller_t<'_> {
Callers
3
sample
Function · 0.45
sample
Method · 0.45
context
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected