Skip to content

Commit

Permalink
Merge d2ee1a3 into 256905d
Browse files Browse the repository at this point in the history
  • Loading branch information
lrubasze authored Jan 24, 2025
2 parents 256905d + d2ee1a3 commit d39f13a
Show file tree
Hide file tree
Showing 51 changed files with 1,670 additions and 600 deletions.
142 changes: 82 additions & 60 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ tar = { version = "0.4.40" } # Used in radix-clis
temp-env = { version = "0.2.0" } # Used in radix-clis
tempfile = { version = "3.8.0" }
trybuild = { version = "1.0.85" }
wabt = { version = "0.10.0" }
wat = { version = "1.224.0" } # Used in tests to parse '*.wat' files
wasmprinter = { version = "0.224.0" } # Used in tests to convert '*.wasm' to '*.wat'
walkdir = { version = "2.3.3", default-features = false }
wasmi = { version = "=0.39.1" } # Used for WASM Execution in the Engine. Requires explicit upgrades for testing non-determinism.
wasm-opt = { version = "0.114.1" }
Expand Down
Loading

0 comments on commit d39f13a

Please sign in to comment.