Bump wasm-instrument (#12234)

* Bump wasm-instrument

* Fix benchmarks
This commit is contained in:
Alexander Theißen
2022-09-15 08:00:11 +02:00
committed by GitHub
parent 4a3c70ecae
commit 4a6e78b8df
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
codec = { package = "parity-scale-codec", version = "3.0.0" }
environmental = "1.1.3"
thiserror = "1.0.30"
wasm-instrument = "0.2"
wasm-instrument = "0.3"
wasmer = { version = "2.2", features = ["singlepass"], optional = true }
wasmi = "0.13"
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }