Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dstack.rs38 Ok(Box::new(FiberStackProxy(stack)) as Box<dyn RuntimeFiberStack>) in new_stack()
68 pub(crate) struct FiberStackProxy(pub Box<dyn StackMemory>); struct
70 unsafe impl RuntimeFiberStack for FiberStackProxy { implementation