mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-19 04:01:04 +00:00
feat: use PolkaVM disassembler (#6)
Integrate the PolkaVM disassembler to fix `--asm` output Co-authored-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
+4
-3
@@ -27,9 +27,10 @@ path-slash = "0.2"
|
||||
rayon = "1.8"
|
||||
structopt = { version = "0.3", default-features = false }
|
||||
rand = "0.8"
|
||||
polkavm-common = { git = "https://github.com/koute/polkavm.git", rev = "e2801d9" }
|
||||
polkavm-linker = { git = "https://github.com/koute/polkavm.git", rev = "e2801d9" }
|
||||
polkavm = { git = "https://github.com/koute/polkavm.git", rev = "e2801d9" }
|
||||
polkavm-common = { git = "https://github.com/koute/polkavm.git", rev = "266658b" }
|
||||
polkavm-linker = { git = "https://github.com/koute/polkavm.git", rev = "266658b" }
|
||||
polkavm-disassembler = { git = "https://github.com/koute/polkavm.git", rev = "266658b" }
|
||||
polkavm = { git = "https://github.com/koute/polkavm.git", rev = "266658b" }
|
||||
alloy-primitives = "0.6"
|
||||
alloy-sol-types = "0.6"
|
||||
env_logger = { version = "0.10.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user