Bump wasmtime to 0.31.0 (#10149)

* Bump `wasmtime` to 0.31.0

* Bump `itoa` to 0.4.8

* sc-executor-wasmtime: fix `SandboxContext::invoke` which I've broke

* sc-executor-wasmtime: cargo fmt
This commit is contained in:
Koute
2021-11-09 21:08:02 +09:00
committed by GitHub
parent 5d5e685ebe
commit ef3eca4198
3 changed files with 145 additions and 85 deletions
@@ -23,7 +23,7 @@ sp-wasm-interface = { version = "4.0.0-dev", path = "../../../primitives/wasm-in
sp-runtime-interface = { version = "4.0.0-dev", path = "../../../primitives/runtime-interface" }
sp-core = { version = "4.0.0-dev", path = "../../../primitives/core" }
sc-allocator = { version = "4.0.0-dev", path = "../../allocator" }
wasmtime = { version = "0.30.0", default-features = false, features = [
wasmtime = { version = "0.31.0", default-features = false, features = [
"cache",
"cranelift",
"jitdump",