mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Additional wasm diagnostics (#4097)
* Wasm diagnostics * Pass the error * Make errno optional * Cargo.lock * Log the error
This commit is contained in:
committed by
Bastian Köcher
parent
cf49b2b8de
commit
e1b6f68f60
@@ -14,7 +14,7 @@ twox-hash = { version = "1.5.0", default-features = false, optional = true }
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
primitive-types = { version = "0.6", default-features = false, features = ["codec"] }
|
||||
impl-serde = { version = "0.2.3", optional = true }
|
||||
wasmi = { version = "0.5.1", optional = true }
|
||||
wasmi = { version = "0.6.2", optional = true }
|
||||
hash-db = { version = "0.15.2", default-features = false }
|
||||
hash256-std-hasher = { version = "0.15.2", default-features = false }
|
||||
ed25519-dalek = { version = "0.9.1", default-features = false, features = ["u64_backend"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user