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 45969a7 commit 35321d8Copy full SHA for 35321d8
1 file changed
crates/wasmtime/src/runtime/store.rs
@@ -1573,7 +1573,7 @@ impl StoreOpaque {
1573
}
1574
1575
#[cfg(not(feature = "gc"))]
1576
- fn allocate_gc_store(_: &mut StoreOpaque) -> Result<GcStore> {
+ async fn allocate_gc_store(_: &mut StoreOpaque) -> Result<GcStore> {
1577
bail!("cannot allocate a GC store: the `gc` feature was disabled at compile time")
1578
1579
0 commit comments