My Experiences with Rust Open Source Projects

The purpose of this post is to outline how I got involved with Rust open source projects with a specific emphasis on the “softer” aspects of open source contributions such as finding them and interacting with project maintainers. 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 »

Rust: First Impressions

I’ve been studying the Rust Programming Language over the holidays, here are some of my first impressions. My main interest in Rust is compiling performance-critical code to WebAssembly for usage in the browser. (more…)

Read more »