Skip to content

Commit 8d0fb80

Browse files
committed
Fix configured build
1 parent d553f17 commit 8d0fb80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/wasmtime/src/runtime/store/async_.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
use crate::CallHook;
33
use crate::fiber::{self};
44
use crate::prelude::*;
5+
#[cfg(feature = "gc")]
56
use crate::runtime::vm::VMStore;
67
use crate::store::{ResourceLimiterInner, StoreInner, StoreOpaque};
78
use crate::{Store, StoreContextMut, UpdateDeadline};

0 commit comments

Comments
 (0)