Debug Rust on Windows with Visual Studio Code and the MSVC Debugger

A guide to setting up Rust debugging for Visual Studio Code when using the MSVC toolchain on Windows. Read more

Similar

Creating WASM-opt Rust bindings with cxx

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 »