Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 46ff61f

Browse files
committed
Fix a conditional build
1 parent 3643583 commit 46ff61f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/wasmtime/src/runtime/component

crates/wasmtime/src/runtime/component/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,11 +704,11 @@ pub mod bindgen_examples {}
704704
pub(crate) mod concurrent {
705705
use {
706706
crate::{
707-
VMStore,
708707
component::{
709708
Instance, Val,
710709
func::{ComponentType, LiftContext, LowerContext},
711710
},
711+
runtime::vm::VMStore,
712712
},
713713
alloc::{sync::Arc, task::Wake},
714714
anyhow::Result,

0 commit comments

Comments
 (0)