Tag

AssemblyScript

1 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Mar 30, 2023 · Frontend Development

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

This article introduces WebAssembly by tracing its evolution from asm.js and NaCl/PNaCl to the modern binary format, explains its performance, portability, and security benefits, and demonstrates a practical Mandelbrot rendering application built with AssemblyScript and JavaScript.

AssemblyScriptBinary FormatMandelbrot
0 likes · 19 min read
An Introduction to WebAssembly: History, Goals, Advantages, and a Mandelbrot Demo
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.

AssemblyScriptMandelbrotPerformance
0 likes · 20 min read
An Introduction to WebAssembly: History, Advantages, and a Mandelbrot Demo