Update wasmtime to 0.33.0 (#10674)

Also disable memory64 support in wasmtime
This commit is contained in:
Nazar Mokrynskyi
2022-01-17 15:39:24 +02:00
committed by GitHub
parent 751c072ca4
commit d174ff8a61
5 changed files with 81 additions and 113 deletions
@@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
wasmi = { version = "0.9.1", optional = true }
wasmtime = { version = "0.31.0", optional = true, default-features = false }
wasmtime = { version = "0.33.0", optional = true, default-features = false }
log = { version = "0.4.14", optional = true }
impl-trait-for-tuples = "0.2.1"
sp-std = { version = "4.0.0", path = "../std", default-features = false }