Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs121 if store.0.component_data().task_state.is_concurrent() { in run_manual_drop_routines()
290 pub(crate) fn component_data(&self) -> &ComponentStoreData { in component_data() method
332 let support = self.component_data().task_state.is_concurrent(); in concurrency_support()
414 self.component_data().hostcall_fuel in hostcall_fuel()