Skip to content

Commit

Permalink
polkavm-test-data
Browse files Browse the repository at this point in the history
Signed-off-by: Jarkko Sakkinen <[email protected]>
  • Loading branch information
jarkkojs committed Jan 18, 2025
1 parent c83d789 commit 2c921da
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 57 deletions.
159 changes: 118 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ members = [
"crates/polkavm-common",
"crates/polkavm-linux-raw",
"crates/polkavm",
"crates/polkavm-test-data",

"crates/simplealloc",

Expand Down Expand Up @@ -39,10 +40,12 @@ polkavm-derive-impl = { version = "0.19.0", path = "crates/polkavm-derive-
polkavm-derive-impl-macro = { version = "0.19.0", path = "crates/polkavm-derive-impl-macro" }
polkavm-linker = { version = "0.19.0", path = "crates/polkavm-linker" }
polkavm-linux-raw = { version = "0.19.0", path = "crates/polkavm-linux-raw" }
polkavm-test-data = { version = "0.19.0", path = "crates/polkavm-test-data" }

blake3 = { version = "1.5.4", default-features = false }
clap = "4.4.6"
diff = "0.1.13"
dirs = "6.0.0"
env_logger = { version = "0.10.0", default-features = false }
gimli = { version = "0.31.1", default-features = false }
hashbrown = { version = "0.14.1", default-features = false }
Expand Down
15 changes: 15 additions & 0 deletions crates/polkavm-test-data/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "polkavm-test-data"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true

[build-dependencies]
dirs = { workspace = true }
polkavm-linker = { workspace = true }

[lints]
workspace = true
Loading

0 comments on commit 2c921da

Please sign in to comment.