Skip to content

Commit

Permalink
add standalone wasm backend
Browse files Browse the repository at this point in the history
  • Loading branch information
doehyunbaek committed Jan 8, 2024
1 parent c6d704b commit cb4c1a5
Show file tree
Hide file tree
Showing 14 changed files with 1,714 additions and 1,179 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 cb4c1a5

Please sign in to comment.