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:

Build Full-Stack App React Goxygen

Build a full-stack app with React and Goxygen

We show how to use Goxgen to scaffold a full-stack React app. See how to integrate React with Go and modify Goxygen to suit your project requirements.

Clara Ekekenta
Dec 6, 2023 ⋅ 8 min read
Express Js Adoption Guide Overview Examples Alternatives

Express.js adoption guide: Overview, examples, and alternatives

Express.js is a Node.js framework for creating maintainable and fast backend web applications in JavaScript. In the fast-paced world of […]

Antonello Zanini
Dec 6, 2023 ⋅ 17 min read
Nesting web components in vanilla JavaScript

Nesting web components in vanilla JavaScript

Web components are underrated for the performance and ergonomic benefits they provide in vanilla JS. Learn how to nest them in this post.

Mark Conroy
Dec 5, 2023 ⋅ 10 min read
Using Defer In Angular 17 To Implement Lazy Loading

Using defer in Angular 17 to implement lazy loading

Angular’s new defer feature, introduced in Angular 17, can help us optimize the delivery of our apps to end users.

Lewis Cianci
Dec 4, 2023 ⋅ 10 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