Use u64 for gas counter (#30)

* Use `u64` for gas counter

* Update doc
This commit is contained in:
Alexander Theißen
2022-09-11 14:36:06 +02:00
committed by GitHub
parent c2db4b8365
commit 0229f865b6
9 changed files with 85 additions and 63 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wasm-instrument"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.56.1"
authors = ["Parity Technologies <admin@parity.io>"]
@@ -27,6 +27,7 @@ parity-wasm = { version = "0.45", default-features = false }
binaryen = "0.12"
criterion = "0.3"
diff = "0.1"
pretty_assertions = "1"
rand = "0.8"
wat = "1"
wasmparser = "0.90"