mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
Wasm execution optimizations (#466)
* WASM execution optimizations * Dropped min-heap-pages * Fixed tests * Fixed tests 2
This commit is contained in:
committed by
Gav Wood
parent
075f3f34d5
commit
f5aa4f6f79
@@ -6,7 +6,7 @@ description = "Types and utilities for creating and working with parachains"
|
||||
|
||||
[dependencies]
|
||||
substrate-codec = { path = "../../substrate/codec", default-features = false }
|
||||
wasmi = { version = "0.3", optional = true }
|
||||
wasmi = { version = "0.4", optional = true }
|
||||
error-chain = { version = "0.12", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user