/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

gcc.godbolt.org
| | radu-matei.com
6.4 parsecs away

Travel
| | In this article, we explore how to add a new system call to WASI, the WebAssembly System Interface, and implement it in Wasmtime
| | rust.godbolt.org
0.1 parsecs away

Travel
| | pub fn mid(data: &[i32]) -> Option { if data.is_empty() { return None; } return Some(data[data.len()/2]); }
| | miyuki.github.io
4.7 parsecs away

Travel
| | [AI summary] The author details the process of building and using an old version of the GNU C Compiler (GCC 1.27) on a modern system, highlighting compatibility challenges and successful bootstrapping.
| | jrhawley.ca
17.8 parsecs away

Travel
| I run this site using GitHub Pages, so here's my setup of how I make it easier to test my site before I make changes, using Visual Studio Code.