0xPolygonMiden / compiler

Compiler from MidenIR to Miden Assembly
MIT License
63 stars 21 forks source link

fix: basic wallet account compilation #187

Closed bitwalker closed 4 months ago

bitwalker commented 4 months ago

This PR applies some fixes that were causing the basic wallet account code from #186 to hit asserts in the backend. Once merged, the only remaining blockers are related to felts, stores of complex types, load/store reordering, and operand stack overflow handling.