GeistHaus
log in · sign up

Introduction to WebAssembly

rsms.me

WebAssembly is a new technology for running portable programs in a safe and efficient manner, represented by a low-level virtual-machine assembly, primarily aimed at the web platform. This article gives a practical introduction to WebAssembly.

11 pages link to this URL
How to read WASM code

Just like a good-old-Assembly program, a WebAssembly module is made up of different sections: ![](_meta/wasm-anatomy.png) _(Source: [rsms/Introduction to WebAssembly](https://rsms.me/wasm-intro))_...

0 inbound links article en
A quick guide

WebAssembly is a new type of code that **can be loaded and run by the JavaScript VM** on web browsers. It can also be run natively on the computer by other WASM runtimes like [Wasmer](https://wasmer.i...

0 inbound links article en