Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/c-api/src/
H A Dasync.rs371 struct CHostStackMemory { struct
375 unsafe impl Send for CHostStackMemory {} implementation
376 unsafe impl Sync for CHostStackMemory {} implementation
377 unsafe impl StackMemory for CHostStackMemory { implementation
429 None => Ok(Box::new(CHostStackMemory { in new_stack()