Home
last modified time | relevance | path

Searched defs:ComponentStoreData (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs29 pub struct ComponentStoreData { struct
32 instances: PrimaryMap<ComponentInstanceId, Option<OwnedComponentInstance>>,
35 trapped: bool,
39 num_component_instances: usize,
44 component_host_table: HandleTable,
45 host_resource_data: HostResourceData,
49 task_state: ComponentTaskState,
56 hostcall_fuel: usize,
80 impl ComponentStoreData { implementation
81 pub fn new(engine: &Engine) -> ComponentStoreData { in new()
[all …]