Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/resources/
H A Dhost_tables.rs39 host_resource_data: &'a mut HostResourceData,
63 pub struct HostResourceData { struct
106 host_resource_data: &'a mut HostResourceData, in from_parts() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dstore.rs5 use crate::runtime::component::{HostResourceData, Instance};
45 host_resource_data: HostResourceData,
343 &mut HostResourceData, in lift_context_parts() argument
373 &mut crate::component::HostResourceData, in component_resource_tables_and_host_resource_data() argument
H A Dmod.rs139 pub(crate) use self::resources::HostResourceData;
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Doptions.rs5 use crate::component::resources::{HostResourceData, HostResourceIndex, HostResourceTables};
316 host_resource_data: &'a mut HostResourceData,