/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

paulbutler.org
| | surma.dev
0.9 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | hugozap.com
1.0 parsecs away

Travel
| | A simple example of how to use WebAssembly in the browser and what the toolchain looks like.
| | www.dgendill.com
1.0 parsecs away

Travel
| | [AI summary] A detailed exploration of using Rust and WebAssembly for system-level programming, focusing on memory management, allocator implementation, and low-level concepts like alignment and size in memory layout.
| | limpet.net
12.9 parsecs away

Travel
| [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.