What's the difference between JavaScript engines and JavaScript runtimes? Runtimes and engines are often incorrectly referred to as the same thing. Nicholas C. Zakas March 26, 2024 • 5 min read JavaScriptECMAScriptAPIs
Introducing humanfs (formerly fsx): A modern filesystem API for JavaScript Filesystem APIs in JavaScript runtimes haven't been great for a long time. This is my attempt to make a better one. Nicholas C. Zakas January 10, 2024 • 11 min read JavaScriptFilesystemAPIs