Tagged articles
7 articles
Page 1 of 1
21CTO
21CTO
Dec 21, 2025 · Frontend Development

Boost JavaScript Performance: A Hands‑On Guide to WebAssembly with AssemblyScript

This article explains how WebAssembly can dramatically improve JavaScript application speed, outlines its collaboration with JS, describes ideal use cases, and provides a step‑by‑step AssemblyScript tutorial—including prerequisites, project setup, code examples, and compilation commands.

AssemblyScriptJavaScriptWebAssembly
0 likes · 7 min read
Boost JavaScript Performance: A Hands‑On Guide to WebAssembly with AssemblyScript
ByteFE
ByteFE
Mar 29, 2023 · Frontend Development

An Introduction to WebAssembly: History, Advantages, and a Mandelbrot Demo

This article introduces WebAssembly, tracing its evolution from asm.js and NaCl to the modern binary format, outlines its performance, portability, and security benefits, and demonstrates its practical use by building a Mandelbrot set application with AssemblyScript and WebAssembly in the browser.

AssemblyScriptBrowserMandelbrot
0 likes · 20 min read
An Introduction to WebAssembly: History, Advantages, and a Mandelbrot Demo
ELab Team
ELab Team
Jan 24, 2022 · Frontend Development

Master WebAssembly: Build, Debug, and Run FFmpeg in the Browser

This comprehensive guide explains why WebAssembly exists, how it outperforms JavaScript, walks through compiling C/C++ code (including libwebp and FFmpeg) to WebAssembly with Emscripten, shows how to call native functions from JavaScript, manage the virtual file system, and debug the resulting modules using Chrome DevTools.

AssemblyScriptEmscriptenWebAssembly
0 likes · 63 min read
Master WebAssembly: Build, Debug, and Run FFmpeg in the Browser
21CTO
21CTO
Jun 21, 2021 · Frontend Development

What the 2021 WebAssembly Survey Reveals About Language Trends and Future Impact

The 2021 WebAssembly survey of over 250 developers shows Rust dominates language usage, AssemblyScript climbs, and respondents expect major impact on web, serverless, and containerized applications while calling for better debugging support and richer runtime features.

AssemblyScriptRustServerless
0 likes · 7 min read
What the 2021 WebAssembly Survey Reveals About Language Trends and Future Impact