Home
last modified time | relevance | path

Searched refs:WasiThreadsCtx (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasi-threads/src/
H A Dlib.rs17 pub struct WasiThreadsCtx<T> { struct
23 impl<T: Clone + Send + 'static> WasiThreadsCtx<T> { argument
150 get_cx: impl Fn(&mut T) -> &WasiThreadsCtx<T> + Send + Sync + Copy + 'static, in add_to_linker()
/wasmtime-44.0.1/src/commands/
H A Drun.rs32 use wasmtime_wasi_threads::WasiThreadsCtx;
1282 store.data_mut().wasi_threads = Some(Arc::new(WasiThreadsCtx::new( in populate_with_wasi()
1493 wasi_threads: Option<Arc<WasiThreadsCtx<Host>>>,