Searched refs:WasiKeyValueCtx (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/wasi-keyvalue/src/ |
| H A D | lib.rs | 131 pub fn build(self) -> WasiKeyValueCtx { in build() argument 132 WasiKeyValueCtx { in build() 139 pub struct WasiKeyValueCtx { struct 143 impl WasiKeyValueCtx { argument 152 ctx: &'a WasiKeyValueCtx, 158 pub fn new(ctx: &'a WasiKeyValueCtx, table: &'a mut ResourceTable) -> Self { in new() argument
|
| /wasmtime-44.0.1/crates/wasi-keyvalue/tests/ |
| H A D | main.rs | 8 use wasmtime_wasi_keyvalue::{WasiKeyValue, WasiKeyValueCtx, WasiKeyValueCtxBuilder}; 13 wasi_keyvalue_ctx: WasiKeyValueCtx,
|
| /wasmtime-44.0.1/src/commands/ |
| H A D | serve.rs | 43 use wasmtime_wasi_keyvalue::{WasiKeyValue, WasiKeyValueCtx, WasiKeyValueCtxBuilder}; 66 wasi_keyvalue: Option<WasiKeyValueCtx>,
|
| H A D | run.rs | 28 use wasmtime_wasi_keyvalue::{WasiKeyValue, WasiKeyValueCtx, WasiKeyValueCtxBuilder}; 1502 wasi_keyvalue: Option<Arc<WasiKeyValueCtx>>,
|