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…
WebAssembly
A collection of 3 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…
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.