mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 05:27:56 +00:00
Fix parallel code execution in wasmtime (#6055)
* Bump wasmtime version * Proper test
This commit is contained in:
@@ -21,8 +21,8 @@ sp-wasm-interface = { version = "2.0.0-dev", path = "../../../primitives/wasm-in
|
||||
sp-runtime-interface = { version = "2.0.0-dev", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-dev", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-dev", path = "../../../primitives/allocator" }
|
||||
wasmtime = { package = "substrate-wasmtime", version = "0.16.0-threadsafe.2" }
|
||||
wasmtime-runtime = { package = "substrate-wasmtime-runtime", version = "0.16.0-threadsafe.2" }
|
||||
wasmtime = { package = "substrate-wasmtime", version = "0.16.0-threadsafe.3" }
|
||||
wasmtime-runtime = { package = "substrate-wasmtime-runtime", version = "0.16.0-threadsafe.3" }
|
||||
wasmtime-environ = "0.16"
|
||||
cranelift-wasm = "0.63"
|
||||
cranelift-codegen = "0.63"
|
||||
|
||||
Reference in New Issue
Block a user