Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Dec 2, 2024
1 parent 4093174 commit d9e59a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm-rpc/src/wasmtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub async fn decode_param(
param_type: &Type,
resource_store: &mut (impl ResourceStore + Send),
) -> Result<DecodeParamResult, EncodingError> {
decode_param_impl(param, param_type, resource_store, "$")
decode_param_impl(param, param_type, resource_store, "$").await
}

#[async_recursion]
Expand Down

0 comments on commit d9e59a2

Please sign in to comment.