In this second post of taking a closer look at some of the new features coming along in the proposals process for WebAssembly, we'll check out threads! The threads proposal, currently in stage 2, but already implemented in Chromeยน, provides…
Duncan Dean
A collection of 6 posts
WebAssembly Proposals: ES Module Integration ๐ฆ
Welcome to the first post in a series discussing post-MVP features coming to WebAssembly via the proposals process. There are some exciting things coming up and today we'll be looking at the ECMAScript Module Integration of WebAssembly Modules. The proposal…
A Raspberry Pi gRPC Go Server

It's been a while since my last post as I've been wrangling silica-laced storms in the Sahara and preparing for spaceflight in Star City. Not buying it? Okay fine! I've just been at home mostly working on Android and Angular…
Firebase Functions Project Structure

Serverless - we've come to love it (or hate it). Personally, I like the idea of not having pulled my eyelashes out before the end of each week because of excruciating frustration with a self-managed stack. I'd also prefer not to add to my current level of anxiety and sleepless nights.
WebAssembly with TypeScript

WebAssembly is described as a binary instruction format for a stack-based virtual machine, which is meant to be a portable target for compilation of high-level languages.