//! Implementation of garbage collection and GC types in Wasmtime.
moddrc;modexternref;modfree_list;pubusedrc::*;pubuseexternref::*;usecrate::GcRuntime;/// Get the default GC runtime.
pubfndefault_gc_runtime()-> impl GcRuntime{
DrcCollector
}/// The default GC heap capacity: 512KiB.
constDEFAULT_GC_HEAP_CAPACITY:usize=1<<19;