/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.
| | k33g.hashnode.dev
0.8 parsecs away

Travel
| | This blog post is an introduction to WASI, the WebAssembly System Interface
| | 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.
| | zserge.com
14.9 parsecs away

Travel
| Whether we like it or not, but Java is one of the most widely used programming languages. However, since most of the applications in Java are either too boring or too complex - not every Java developer has enough curiosity to look under the hood and see how JVM works. In this post I will try to write a toy (and incomplete) JVM to show the core principles behind it and hopefully sparkle some interest in you to learn it further.