Upgrade to parity-wasm v0.42.1

This commit is contained in:
Michael Mueller
2020-12-08 12:50:41 +01:00
parent 7da376062a
commit d6127afd1d
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ pub(crate) fn generate_thunks(
// Signature of the thunk should match the original function signature.
.signature()
.with_params(thunk.signature.params().to_vec())
.with_return_type(thunk.signature.return_type())
.with_results(thunk.signature.results().to_vec())
.build()
.body()
.with_instructions(elements::Instructions::new(