pub fn disabled_gc_heap() -> Box<dyn GcHeap>
Get a no-op GC heap for when GC is disabled (either statically at compile time or dynamically due to it being turned off in the wasmtime::Config).
wasmtime::Config