Get started developing with Rust using Windows, including setup for your development environment, Rust for Windows, and code examples. (more…)
Read more »
wasm-opt is a component of the Binaryen toolkit,
written in C++,
that optimizes WebAssembly modules,
I have recently created a wasm-opt bindings crate for Rust
(with the extensive help of my partner Aimeedeer).
The wasm-opt crate allows wasm-opt to be ins... (more…)
Read more »
Safe, ergonomic interoperability between Rust and C/C++ was a popular topic at RustConf 2025 [...]... (more…)
Read more »
As most embedded developers I'm addled by a disease: code vertigo. I like my
code flush to the earth, where I can take an ear to the ground and hear the
fuzzy rumble of electrons and the crackle of dodgy solder joints. When code at
that level collapses it... (more…)
Read more »
🔔 FOLLOW RUSTLAB CHANNEL 🔔ABSTRACT:Frustrated that `const generics` can't do math yet? Want to make some structure change layout based on the size of its ... (more…)
Read more »