We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5234e6 commit 9ceab3cCopy full SHA for 9ceab3c
crates/wasmtime/src/runtime/store.rs
@@ -1569,6 +1569,7 @@ impl StoreOpaque {
1569
1570
/// Like `gc` but must be called from a fiber stack if this is an async
1571
/// store.
1572
+ #[cfg(feature = "gc")]
1573
unsafe fn maybe_async_gc(&mut self, root: Option<VMGcRef>) -> Result<Option<VMGcRef>> {
1574
let mut scope = crate::OpaqueRootScope::new(self);
1575
let store_id = scope.id();
0 commit comments