Searched refs:with_host_stack (Results 1 – 3 of 3) sorted by relevance
122 .with_host_stack(stack_creator.clone()); in config()
445 c.config.with_host_stack(Arc::new(CHostStackCreator { in wasmtime_config_host_stack_creator_set()
1561 pub fn with_host_stack(&mut self, stack_creator: Arc<dyn StackCreator>) -> &mut Self { in with_host_stack() method