Skip to content

Commit

Permalink
Merge pull request #2 from jakobgetz/refactor_jsgen
Browse files Browse the repository at this point in the history
awesome
  • Loading branch information
jakobgetz authored Jan 8, 2024
2 parents e4f0830 + cb4c1a5 commit ce93aae
Show file tree
Hide file tree
Showing 146 changed files with 15,340 additions and 15,793 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ node_modules/**
performance.db.ndjson
performance.ndjson
target/
benchmark*/
benchmark*/
temp-trace*
canned*
instrumented*
249 changes: 249 additions & 0 deletions crates/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 crates/replay_gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
tempfile = "3.2.0"
walrus = "0.20.3"
wasmprinter = "0.2.75"
wat = "1.0.82"
Loading

0 comments on commit ce93aae

Please sign in to comment.