Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ as_context
Method
as_context
crates/wasmtime/src/runtime/component/concurrent.rs:265–267 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
263
type Data = T;
264
265
fn as_context(&self) -> StoreContext<'_, T> {
266
self.store.as_context()
267
}
268
}
269
270
impl<
'a, T, D> AsContextMut for Access<'
a, T, D>
Callers
4
typed
Method · 0.45
ty
Method · 0.45
instance_pre
Method · 0.45
hostcall_fuel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected