0xPolygonMiden / compiler

Compiler from MidenIR to Miden Assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Wasm CM types support

greenhat opened this issue · comments

Complete complex types support

Wasm CM types are translated to IR Type variants. Add corresponding IR Type variants for the missing Wasm CM types (list, variant, enum, result, option).

Implement the following Wasm CM types support:

  • enum
  • result
  • option
  • flags