Searched defs:ComponentInner (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | component.rs | 62 struct ComponentInner { struct 67 id: CompiledModuleId, 70 engine: Engine, 73 ty: TypeComponentIndex, 77 static_modules: PrimaryMap<StaticModuleIndex, Module>, 84 code: Arc<EngineCode>, 87 info: CompiledComponentInfo, 91 index: Arc<CompiledFunctionsTable>, 96 realloc_func_type: Arc<FuncType>, 99 checksum: WasmChecksum,
|