-
Notifications
You must be signed in to change notification settings - Fork 101
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
Full asm!() support #1204
Comments
I managed to do this on the parallel_comp_refactor branch. |
Merged in #1264. |
Mostly implemented const and sym operands for both inline and global asm. |
As of #1403 inline asm is now supported and stable on all targets supported by cg_clif. |
awesome! did a quick test with building our codebase with this and did fail on
related to this note?
or maybe this was not part of the new deployed rustup component? |
Correct. So far I had only checked wasmtime with unstable features enabled (as is the default for building it using |
ah good to know, and fantastic that the full test suite passes! |
const
operands.sym
operands.#[inline]
. (1222192)Tracking issue for stabilizingHas been stabilized.asm!()
: rust-lang/rust#72016The text was updated successfully, but these errors were encountered: