pub async fn decode_param(
param: &Value,
param_type: &Type,
resource_store: &mut (impl ResourceStore + Send),
) -> Result<DecodeParamResult, EncodingError>Expand description
Converts a Value to a wasmtime Val based on the available type information.