Searched refs:InstanceState (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/wizer/src/ |
| H A D | snapshot.rs | 1 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 D | wasmtime.rs | 1 use crate::{InstanceState, SnapshotVal, Wizer}; 97 impl<T: Send> InstanceState for WasmtimeWizer<'_, T> {
|
| H A D | lib.rs | 232 instance: &mut impl InstanceState, in snapshot() argument 376 pub trait InstanceState { trait
|
| /wasmtime-44.0.1/crates/wizer/src/component/ |
| H A D | snapshot.rs | 6 use crate::{InstanceState, SnapshotVal}; 81 impl<S> InstanceState for ViaComponent<'_, '_, S>
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/ |
| H A D | component.rs | 51 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 D | resources.rs | 23 use super::{HandleTable, InstanceState, RemovedResource}; 58 &'a mut PrimaryMap<RuntimeComponentInstanceIndex, InstanceState>,
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | concurrent.rs | 61 use crate::vm::component::{CallContext, ComponentInstance, InstanceState}; 1641 fn instance_state(&mut self, instance: RuntimeInstance) -> &mut InstanceState { in instance_state() argument
|