update to polkavm with lazy execution

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-04-30 15:23:44 +02:00
parent 018d9f39fc
commit 9b341853b4
5 changed files with 73 additions and 102 deletions
+4 -3
View File
@@ -27,9 +27,9 @@ 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" }
polkavm-linker = { git = "https://github.com/koute/polkavm.git" }
polkavm = { git = "https://github.com/koute/polkavm.git" }
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" }
alloy-primitives = "0.6"
alloy-sol-types = "0.6"
env_logger = { version = "0.10.0", default-features = false }
@@ -49,3 +49,4 @@ features = ["serde", "llvm18-0", "no-libffi-linking", "target-riscv"]
[profile.benchmark]
inherits = "release"
lto = true
codegen-units = 1