Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dstack_creator.rs40 struct CustomStackCreator { struct
46 unsafe impl Send for CustomStackCreator {} implementation
47 unsafe impl Sync for CustomStackCreator {} implementation
48 impl CustomStackCreator { impl
73 Ok(CustomStackCreator { in new()
85 impl Drop for CustomStackCreator { implementation
100 unsafe impl StackCreator for CustomStackCreator { implementation
116 fn config() -> (Store<()>, Arc<CustomStackCreator>) { in config()
117 let stack_creator = Arc::new(CustomStackCreator::new().unwrap()); in config()