Open greenhat opened 1 month ago
TODO:
Package
LinkLibrary
midenc-hir-type
Arbitrary
MastForest
This PR adds miden-package crate with Package type ported from the compiler's ad-hoc implementation to represent a compiled Miden program/library. The reasons for the new crate are explained in https://github.com/0xPolygonMiden/compiler/issues/346 The compiler's PR that uses miden-package from this PR is https://github.com/0xPolygonMiden/compiler/pull/349
miden-package
next
TODO:
Package
inLinkLibrary
;midenc-hir-type
crate to VM repo);Arbitrary
for thePackage
(and all used types includingMastForest
);Describe your changes
This PR adds
miden-package
crate withPackage
type ported from the compiler's ad-hoc implementation to represent a compiled Miden program/library. The reasons for the new crate are explained in https://github.com/0xPolygonMiden/compiler/issues/346 The compiler's PR that usesmiden-package
from this PR is https://github.com/0xPolygonMiden/compiler/pull/349Checklist before requesting a review
next
according to naming convention.