Searched defs:EngineInner (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | engine.rs | 50 struct EngineInner { struct 51 config: Config, 52 features: WasmFeatures, 53 tunables: Tunables, 55 compiler: Option<Box<dyn wasmtime_environ::Compiler>>, 59 gc_runtime: Option<Arc<dyn GcRuntime>>, 61 profiler: Box<dyn crate::profiling_agent::ProfilingAgent>, 63 signatures: TypeRegistry, 65 epoch: AtomicU64, 69 compatible_with_native_host: crate::sync::OnceLock<Result<(), String>>, [all …]
|