Learning WebAssembly #9: AssemblyScript Basics

AssemblyScript is a free and open source TypeScript-like language that gives developers low-level control over Wasm features.

Learning WebAssembly #8: Compiling into Wasm

There are plenty of languages Wasm can be compiled from. C, Kotlin, and AssemblyScript are only a few of them.

WebAssembly Serverless Computing from Scratch

Humble proof of concept of a serverless computing platform in Node.js based on the idea of nanoprocesses.

A Note on Animation in Canvas with WebAssembly

Giving back control of the game rendering loop to the WebAssembly module. Partly.

Learning WebAssembly Series

A series of learning texts covering the first steps with WebAssembly for complete beginners.

2D Video Game in AssemblyScript Tutorial

How to build a web-based video game from scratch with HTML canvas and AssemblyScript.

Compiling to WebAssembly with Binaryen

Compile your own programming language to WebAssembly binary instruction format (Wasm) using Binaryen’s JavaScript API.

Learning WebAssembly #10: Image Processing in AssemblyScript

WebAssembly is a great fit for image processing. We will manipulate image data with a simple Wasm function written in AssemblyScript and run it in the web browser.

Learning WebAssembly #7: Introducing WASI

Accessing operating system features from Wasm with examples in Wat.

Learning WebAssembly #6: Running Wasm in Node.js

Running Wasm code in Node.js, the popular backend platform.