Skip to content

v0.1.37

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 20:36
· 172 commits to master since this release
659ac45
Do not lift functions that are not in the JSON spec (#102)

* Modifies lifting to ignore functions that do not have mapped bytes in the spec

* Moves byte existence and executability check to LifFunction() and adds comments