Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wizer/src/
H A Dsnapshot.rs1 use crate::InstanceState;
60 pub async fn snapshot(module: &ModuleContext<'_>, ctx: &mut impl InstanceState) -> Snapshot { in snapshot()
76 ctx: &mut impl InstanceState, in snapshot_globals() argument
122 instance: &mut impl InstanceState, in snapshot_memories() argument
H A Dwasmtime.rs1 use crate::{InstanceState, SnapshotVal, Wizer};
97 impl<T: Send> InstanceState for WasmtimeWizer<'_, T> {
H A Dlib.rs232 instance: &mut impl InstanceState, in snapshot() argument
376 pub trait InstanceState { trait
/wasmtime-44.0.1/crates/wizer/src/component/
H A Dsnapshot.rs6 use crate::{InstanceState, SnapshotVal};
81 impl<S> InstanceState for ViaComponent<'_, '_, S>
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dcomponent.rs51 pub struct InstanceState { struct
70 impl InstanceState { implementation
132 instance_states: PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>,
329 instance_states.push(InstanceState::default()); in new()
863 &mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>, in instance_states() argument
877 ) -> &mut InstanceState { in instance_state() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dresources.rs23 use super::{HandleTable, InstanceState, RemovedResource};
58 &'a mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>,
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs61 use crate::vm::component::{CallContext, ComponentInstance, InstanceState};
1641 fn instance_state(&mut self, instance: RuntimeInstance) -> &mut InstanceState { in instance_state() argument