-
Notifications
You must be signed in to change notification settings - Fork 24
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
docs: add guides for compiling rust->masm #91
Conversation
@greenhat I needed to update our rust-toolchain.toml file and the toolchain used in CI, since recent nightlies have broken some of your recent expect tests due to Wasm codegen changes. I moved us to the nightly release corresponding to the 1.75 stable release. Once 1.76 is released on stable, we should be able to move back to stable for regular development anyway, but for now we'll have to keep tabs on nightly releases manually to see when things change on us. |
d4bb642
to
86ed256
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a note on wee_alloc.
86ed256
to
fafc835
Compare
This expands the documentation, and adds some useful guides for compiling "manually" from Rust to Miden Assembly, in two parts. I also fixed a couple small things discovered while testing.
There are still a number of things to document and expand on, but wanted to get this pushed ASAP. Additionally, I want to turn the example crate from the guides into a crate under
examples
and add it to our test suite, I'll do that in a separate PR though.NOTE: I found some additional bugs/tweaks/etc that I have not documented yet while putting this together, I'll do that shortly.