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
@@ -23,7 +23,7 @@ sp-wasm-interface = { version = "4.1.0-dev", path = "../../../primitives/wasm-in
sp-runtime-interface = { version = "4.1.0-dev", path = "../../../primitives/runtime-interface" }
sp-core = { version = "4.1.0-dev", path = "../../../primitives/core" }
sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
wasmtime = { version = "0.31.0", default-features = false, features = [
wasmtime = { version = "0.33.0", default-features = false, features = [
"cache",
"cranelift",
"jitdump",