You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support an MVP executing simple Move modules with non-generic functions in the VM (e.g., Fibonacci) via connected pipeline: Move compiler - specializer - IR / micro-ops - interpreter execution with basic metering.
Non-goals:
- no global storage access.
- no generics.
- no bounds.