/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
| | miyuki.github.io
4.6 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.
| | 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]); }
| | www.wingolog.org
5.8 parsecs away

Travel
| | wingolog: article: firefox's low-latency webassembly compiler
| | www.dgendill.com
20.3 parsecs away

Travel
| Let's use the JSPI in WASM to coordinate async function calls