File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
content/posts/newsletter-010 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,22 @@ presentation material is available [online][wasm_it].
347347[ Azriel ] : https://github.com/azriel91/
348348[ WASM ] : https://webassembly.org/
349349
350+ ### [ Disassembling Rust: Part 1] [ rust_asm ]
351+
352+ ![ Rust Disassembly: Part 1] ( rust_asm.png )
353+
354+ Rust comes with many new constructs and features not commonly found in other
355+ languages. Programmers coming from different backgrounds, notably C++ and
356+ game-dev might wonder how such a construct translate to machine code.
357+
358+ In the first [ part] [ rust_asm ] in a series, [ Marco Giordano (@MGDev91 )] [ @MGDev91 ]
359+ investigates some common Rust construct to see what instructions they translate to,
360+ highlighting a few interesting findings in how Rust guarantees safety
361+ and ensures speed.
362+
363+ [ rust_asm ] : https://giordi91.github.io/post/disassemlbyrust1
364+ [ @MGDev91 ] : https://twitter.com/MGDev91
365+
350366## Library & Tooling Updates
351367
352368### NodeFX
You can’t perform that action at this time.
0 commit comments