Explore >> Select a destination


You are here

miyuki.github.io
| | www.bitsnbites.eu
1.7 parsecs away

Travel
| | [AI summary] This article provides a quick introduction to developing software for the open-source MRISC32 32-bit RISC architecture using a GCC-based toolchain and a simulator, including examples from compiling C code and running DOOM.
| | bellard.org
2.9 parsecs away

Travel
| | [AI summary] The author describes the Obfuscated Tiny C Compiler (OTCC), a minimal self-hosting C compiler created for the IOCCC that generated portable i386 ELF executables from a 2048-byte source code limit.
| | squanderingti.me
1.9 parsecs away

Travel
| | Exploring the innards of an ELF binary to find the physical location of main.
| | alexene.dev
21.4 parsecs away

Travel
| Most WebAssembly tutorials and examples you will find online focus on using it inside the browser in order to accelerate various functionality of a website or web app. However, there is an area where WebAssembly is really powerful but not talked too much about: outside the browser usage scenarios. That is what we'll focus on in this series of posts.