mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-05-08 15:47:57 +00:00
Merge pull request #173 from paritytech/NukeManDan-patch-1
version 0.19.0 rust 2021 MSRV 1.56.1
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
[package]
|
||||
name = "pwasm-utils"
|
||||
version = "0.18.2"
|
||||
edition = "2018"
|
||||
version = "0.19.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
readme = "README.md"
|
||||
|
||||
+1
-1
@@ -299,7 +299,7 @@ pub fn optimize(
|
||||
update_type_index(func_body.code_mut(), &eliminated_types)
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
elements::Section::Export(export_section) => {
|
||||
for export in export_section.entries_mut() {
|
||||
match export.internal_mut() {
|
||||
|
||||
Reference in New Issue
Block a user