-
Notifications
You must be signed in to change notification settings - Fork 22
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
[2/2] Integration test for basic wallet account code compilation to MASM #186
Conversation
But the MASM compilation fails with:
Commenting the assertion did not get me far. To reproduce run:
|
Fibonacci. Rust compiler/tests/rust-apps/fib/src/lib.rs Lines 1 to 13 in c14c70b
|
@greenhat I've addressed a variety of bugs that were blocking compilation to MASM, but I'm able to compile the account code in the test you put together to MASM. NOTE: There are a couple of other issues with codegen that need to be addressed, but we can at least put together the code artifacts for a demo for now. To sum up the major items:
|
Do you want to merge this PR, so your fixes got merged, or did you cherry-pick them into your branch(es) already? I can restore the original code for the account test along with this one in this branch. |
@greenhat You can go ahead and merge this PR, probably easier that way |
afc1e5e
to
c9595e8
Compare
44e30d1
to
59db94d
Compare
c9595e8
to
afc1e5e
Compare
59db94d
to
466680d
Compare
afc1e5e
to
2036f9a
Compare
and extract the basic wallet rust sdk test
466680d
to
b54fe6d
Compare
This PR is intended to prepare the basic wallet compilation for the presentation for Bali.