Home
last modified time | relevance | path

Searched defs:WasiKeyValueCtx (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasi-keyvalue/src/
H A Dlib.rs131 pub fn build(self) -> WasiKeyValueCtx { in build()
139 pub struct WasiKeyValueCtx { struct
143 impl WasiKeyValueCtx { implementation
158 pub fn new(ctx: &'a WasiKeyValueCtx, table: &'a mut ResourceTable) -> Self { in new()