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
The E2E tests directory currently spins up a FuelVM instance for every Sway program and runs the program on that instance. We could do something similar with the MidenVM, especially that MidenVM is written in Rust.
This task includes studying harness.rs and mod.rs and figure out how to do the same for MidenVM. We can figure out the ideal folder structure once we have an initial implementation.
## Description
Hello! I am beginning work on the MidenVM backend.
This PR closes: #3697#3696#3695 and #3694.
I have created a new trivial test under `should_pass/midenvm`. Ideally,
eventually we will be able to run the relevant section of the main test
suite via `supported_targets`. I will seek to do that after more
compilation is built out. For now, this is a POC test that directly
addresses #3696.
Note that the Miden VM ASM builder will be modified heavily going
forward, and is not in a final state. I am submitting this in the spirit
of early feedback, and look forward to the reviews, but note that this
code path should not be considered "production ready" (note the `todo`
panics).
## Checklist
- [x] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [x] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [x] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
---------
Co-authored-by: Alex Hansen <alex@alex-hansen.com>
Co-authored-by: João Matos <joao@tritao.eu>
Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
The E2E tests directory currently spins up a FuelVM instance for every Sway program and runs the program on that instance. We could do something similar with the MidenVM, especially that MidenVM is written in Rust.
This task includes studying harness.rs and mod.rs and figure out how to do the same for MidenVM. We can figure out the ideal folder structure once we have an initial implementation.
https://github.com/FuelLabs/sway/pull/3685/files also starts some of that work for the EVM backend.
The text was updated successfully, but these errors were encountered: