move-language / move

Apache License 2.0
2.25k stars 679 forks source link

[move-binary-format] Add additional information to the normalized module #1000

Closed tzakian closed 1 year ago

tzakian commented 1 year ago

This adds additional information to the normalized module. It adds:

Along with a new inclusion checker that checks whether one module is a subset, or exactly equal modulo dependencies.

tzakian commented 1 year ago

FYI: Added a bunch for stuff to this PR so we now normalize the bytecode contents.