Rust Unlinked
A Journey through rustc, symbols, linkers and static libraries
Curious how a linker works with Rust programs on Unix-like systems? I’ll share my insights on linking, rustc, symbol resolution, and the ELF format. We’ll explore the quirks of manually linking static libraries and peek into .o files. Let’s link all the pieces together!
-
Rust Tokyo 2024
-
Conf42 Rustlang 2024
React Day Bangalore 2022
Concurrent React 💙 3D
This talk introduces the building blocks of 3D, drawing simple shapes with WebGL, how react-three-fiber and React 18’s concurrent features enable building performant 3D experiences on the web using three.js.