We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d553f17 commit 8d0fb80Copy full SHA for 8d0fb80
crates/wasmtime/src/runtime/store/async_.rs
@@ -2,6 +2,7 @@
2
use crate::CallHook;
3
use crate::fiber::{self};
4
use crate::prelude::*;
5
+#[cfg(feature = "gc")]
6
use crate::runtime::vm::VMStore;
7
use crate::store::{ResourceLimiterInner, StoreInner, StoreOpaque};
8
use crate::{Store, StoreContextMut, UpdateDeadline};
0 commit comments