atlas news
Eli Bendersky’s website
29 april
17h28
Thoughts on WebAssembly as a stack machine
This week the article Wasm is not quite a stack machine has been making the rounds and has caught my eye. The post claims that WASM is not a pure...
22 april
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 april
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 march
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 february
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...