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

Commit a55c3ff

Browse files
committed
Undo signature change
1 parent c67a6cd commit a55c3ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/wasmtime/src/runtime/component/func

crates/wasmtime/src/runtime/component/func/typed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ where
184184
/// panics if `store` does not own this function.
185185
#[cfg(feature = "async")]
186186
pub async fn call_async(
187-
self,
187+
&self,
188188
mut store: impl AsContextMut<Data: Send>,
189189
params: Params,
190190
) -> Result<Return>

0 commit comments

Comments
 (0)