Skip to content

Commit

Permalink
move wat to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed Nov 18, 2024
1 parent 06c2739 commit 8d24f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ wasm-instrument = { version = "0.4.0", default-features = false, features = [
wasmer = {version = "=4.3.3", default-features = false, features = ["singlepass", "compiler"]}
wasmer-middlewares = "=4.3.3"
wasmer-types = "=4.3.3"

[dev-dependencies]
wat = "=1.0.34"

0 comments on commit 8d24f20

Please sign in to comment.