Skip to content

Commit

Permalink
refactor!: move Package to miden-package in the VM repo
Browse files Browse the repository at this point in the history
Load `LinkLibrary` from a Miden package. Remove `MastArtifact` and use `miden_package::MastArtifact`.
  • Loading branch information
greenhat committed Nov 13, 2024
1 parent 3d980af commit 01e78e5
Show file tree
Hide file tree
Showing 33 changed files with 431 additions and 793 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
max_line_length = 100

[*.yml]
ident_size = 2
Expand All @@ -20,4 +19,4 @@ ident_size = 2
indent_size = 4

[*.toml]
indent_size = 2
indent_size = 4
115 changes: 68 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01e78e5

Please sign in to comment.