mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-26 04:47:55 +00:00
Upgrade to parity-wasm v0.42.1
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user