Function wasmtime_runtime::disabled_gc_heap

source ·
pub fn disabled_gc_heap() -> Box<dyn GcHeap>
Expand description

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).