-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate the frontend to use the new HIR2 #363
Comments
Here's another comment that you may find useful, that more clearly defines ABI and calling convention terminology, and how I envision us approaching those concepts in the compiler. Essentially, ABI details are largely implicit, and only relevant during code generation. Calling convention details are defined in terms of the ABI, and are also largely irrelevant until code generation, except in terms of validation (i.e. that function signatures are valid according to their assigned convention), and to the extent that they are used to derive other information (e.g. function calls to a |
Compiled notes from PR comments:
anon
namespacefrom #353 :
Generate synthetic functions for Wasm CM
canon lift/lower
in the frontendSee #357 comments for more details.
Core Wasm module translation (for Miden VM program)
Wasm component translation (for accounts, note scripts, etc.)
The text was updated successfully, but these errors were encountered: