Skip to content

Commit

Permalink
Merge pull request #367 from stacks-network/code-migration
Browse files Browse the repository at this point in the history
Migrate code from stacks-core to clar2wasm
  • Loading branch information
krl committed Mar 20, 2024
2 parents 4abad1a + 2d95b17 commit 9533a5c
Show file tree
Hide file tree
Showing 12 changed files with 5,814 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion clar2wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ clap = { version = "4.3.17", features = ["derive"] }
regex = "1.9.1"
walrus = "0.20.1"
lazy_static = "1.4.0"
wasmtime = "15.0.0"
stacks-common = { git = "https://github.com/stacks-network/stacks-core.git", branch = "feat/clarity-wasm-next" }

# For developer mode
sha2 = { version = "0.10.7", optional = true }
Expand All @@ -25,7 +27,6 @@ flamegraph = []
pb = []

[dev-dependencies]
wasmtime = "15.0.0"
criterion = "0.5.1"
proptest = "1.2.0"
num-integer = { version = "0.1.45", default-features = false }
Expand Down
Loading

0 comments on commit 9533a5c

Please sign in to comment.