Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)]
2
mod enabled;
3
#[cfg(feature =
"gc"
)]
4
pub use enabled::*;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected