Skip to content

Commit

Permalink
feat: implement masm ir emulator for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Oct 9, 2023
1 parent 3fdb51c commit f12926a
Show file tree
Hide file tree
Showing 4 changed files with 1,412 additions and 0 deletions.
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.

1 change: 1 addition & 0 deletions codegen/masm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ edition.workspace = true

[dependencies]
anyhow.workspace = true
thiserror.workspace = true
cranelift-entity.workspace = true
intrusive-collections.workspace = true
miden-diagnostics.workspace = true
Expand Down
Loading

0 comments on commit f12926a

Please sign in to comment.