mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Move to upstream wasmtime, refactor globals snapshot (#6759)
* refactor globals snapshot * ignore test * update pwasm-utils ref * line width * add doc comment for internal struct * add explanation for iteration * Demote rustdoc to a comment * use 0.14 Co-authored-by: Sergei Shulepov <sergei@parity.io>
This commit is contained in:
@@ -21,12 +21,8 @@ sp-wasm-interface = { version = "2.0.0-rc5", path = "../../../primitives/wasm-in
|
||||
sp-runtime-interface = { version = "2.0.0-rc5", path = "../../../primitives/runtime-interface" }
|
||||
sp-core = { version = "2.0.0-rc5", path = "../../../primitives/core" }
|
||||
sp-allocator = { version = "2.0.0-rc5", path = "../../../primitives/allocator" }
|
||||
wasmtime = { package = "substrate-wasmtime", version = "0.19.0" }
|
||||
wasmtime-runtime = { version = "0.19.0" }
|
||||
wasmtime-environ = { version = "0.19.0" }
|
||||
cranelift-wasm = { version = "0.66.0" }
|
||||
cranelift-codegen = { version = "0.66.0" }
|
||||
|
||||
wasmtime = "0.19"
|
||||
pwasm-utils = "0.14.0"
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.3.0"
|
||||
|
||||
Reference in New Issue
Block a user