Explore >> Select a destination


You are here

spidermonkey.dev
| | www.wingolog.org
3.6 parsecs away

Travel
| | wingolog: article: heap object representation in spidermonkey
| | tilde.team
4.2 parsecs away

Travel
| | [AI summary] A blog post discusses Mozilla's new ability to compile WebAssembly in the browser as it streams, likening it to image decoding for major performance improvements.
| | v8project.blogspot.se
4.3 parsecs away

Travel
| | WebAssembly or Wasm is a new runtime and compilation target for the web, now available behind a flag in Chrome Canary!
| | thume.ca
19.9 parsecs away

Travel
| [AI summary] This blog post by Tristan Hume details his experience writing a compiler for a course project using Rust. He discusses various aspects of the project including the use of Rust's powerful enums and pattern matching, handling variable and type resolution, reference counting with Rc, code generation for x86 assembly, and the use of usercorn to run Linux binaries on macOS. The post also reflects on the challenges and benefits of using Rust for such a project, comparing it with other languages and design decisions.