atlas des actus
  Eli Bendersky’s website
22  avril     17h23
Debugging WASM in Chrome DevTools
   When I was working on the WASM backend for my Scheme compiler, I ran into several tricky situations with debugging generated WASM code. It turned out...
09  avril     17h28
watgo - a WebAssembly Toolkit for Go
   I’m happy to announce the general availability of watgo - the WebAssembly Toolkit for Go. This project is similar to wabt (C ) or wasm-tools (Rust),...
31  mars     15h34
Summary of reading: January - March 2026
   quot;Intellectuals and Society" by Thomas Sowell - a collection of essays in which Sowell criticizes "intellectuals", by which he...
28  février     17h58
Notes on Lagrange Interpolating Polynomials
   Polynomial interpolation is a method of finding a polynomial function that fits a given set of data perfectly. More concretely, suppose we have a set...