MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / gc.rs

File gc.rs

crates/wasmtime/src/runtime/gc.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#[cfg(feature = "gc")]
2mod enabled;
3#[cfg(feature = "gc")]
4pub use enabled::*;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected