Skip to content

Commit 35321d8

Browse files
committed
Fix non-gc build
1 parent 45969a7 commit 35321d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/wasmtime/src/runtime/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ impl StoreOpaque {
15731573
}
15741574

15751575
#[cfg(not(feature = "gc"))]
1576-
fn allocate_gc_store(_: &mut StoreOpaque) -> Result<GcStore> {
1576+
async fn allocate_gc_store(_: &mut StoreOpaque) -> Result<GcStore> {
15771577
bail!("cannot allocate a GC store: the `gc` feature was disabled at compile time")
15781578
}
15791579
}

0 commit comments

Comments
 (0)