rust/compiler/rustc_codegen_ssa
Matthias Krüger d9d8bde835
Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3
support wasm inline assembly in `naked_asm!`

fixes https://github.com/rust-lang/rust/issues/135518

Webassembly was overlooked previously, but now `naked_asm!` and `#[naked]` functions work on the webassembly targets.

Or, they almost do right now. I guess this is no surprise, but the `wasm32-unknown-unknown` target causes me some trouble. I'll add some inline comments with more details.

r? ```````@bjorn3```````

cc ```````@daxpedda,``````` ```````@tgross35```````
2025-01-24 00:15:54 +01:00
..
src Rollup merge of #135648 - folkertdev:naked-asm-wasm, r=bjorn3 2025-01-24 00:15:54 +01:00
Cargo.toml bumpt compiler and tools to windows 0.59 2025-01-21 16:48:44 +03:00
messages.ftl remove support for the #[start] attribute 2025-01-21 06:59:15 -07:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.