Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b6e24de

Browse files
committed
Fill out a TODO
1 parent 8973d53 commit b6e24de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/wasmtime/src/runtime/component/concurrent.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4528,7 +4528,8 @@ pub struct ConcurrentState {
45284528
global_error_context_ref_counts:
45294529
BTreeMap<TypeComponentGlobalErrorContextTableIndex, GlobalErrorContextRefCount>,
45304530

4531-
/// TODO
4531+
/// Mirror of type information in `ComponentInstance`, placed here for
4532+
/// convenience at the cost of an extra `Arc` clone.
45324533
component: Component,
45334534
}
45344535

0 commit comments

Comments
 (0)