contracts: Update to wasmi 0.31 (#1350)

* contracts: Update to wasmi 0.31

* ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime=dev --target_dir=substrate --pallet=pallet_contracts

---------

Co-authored-by: command-bot <>
This commit is contained in:
Alexander Theißen
2023-09-02 14:41:33 +02:00
committed by GitHub
parent 8cfaad4600
commit 3f92be2cc2
3 changed files with 869 additions and 905 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ serde = { version = "1", optional = true, features = ["derive"] }
smallvec = { version = "1", default-features = false, features = [
"const_generics",
] }
wasmi = { version = "0.30", default-features = false }
wasmi = { version = "0.31", default-features = false }
impl-trait-for-tuples = "0.2"
# Only used in benchmarking to generate contract code
+865 -869
View File
File diff suppressed because it is too large Load Diff