2020-08-31
1101
#rust
Zach Mitchell
24032
Aug 31, 2020 â‹… 3 min read

Interacting with assembly in Rust

Zach Mitchell Physicist, programmer, breaker of working things.

Recent posts:

best react charts libraries

Best React chart libraries (2025 update): Features, performance & use cases

Looking for the best React charting library? Compare the latest options, from Recharts to MUI X Charts, and see which one fits your project best.

Hafsah Emekoma
Apr 16, 2025 â‹… 10 min read
TypeScript Is Going Go: Why It's The Pragmatic Choice

TypeScript is going Go: Why it’s the pragmatic choice

Explore why the TypeScript team is porting the compiler to Go in TypeScript 7. Learn how this shift impacts performance, tooling, and the future of the TypeScript ecosystem.

John Reilly
Apr 16, 2025 â‹… 9 min read
six RAG types you should know

6 retrieval augmented generation (RAG) techniques you should know

Explore six powerful RAG techniques to enhance LLMs with external data for smarter, real-time AI-driven web applications.

Rosario De Chiara
Apr 16, 2025 â‹… 6 min read
How To Build Cross-Platform Mobile Applications Using Lynx.js

How to build cross-platform mobile applications using Lynx.js

Use Lynx.js to build cross-platform web and mobile apps, addressing layout, navigation, and performance challenges for consistent UX.

Andrew Baisden
Apr 15, 2025 â‹… 16 min read
View all posts

3 Replies to "Interacting with assembly in Rust"

  1. This might be a tad off-topic, but… I love seeing names from the Stormlight Archive used in the wild, including in examples like the ones given here!

    1. Thanks for letting us know, we’ve fixed the links. We also made some updates to those sections to indicate that `llvm_asm!` has been deprecated in favor of the new `asm!` macro.

Leave a Reply