Wasm by Example
Less than 1 minute
Wasm by Example ๊ด๋ จ
Wasm By Example
Wasm By Example is a concise, hands-on introduction to WebAssembly using code snippets and annotated WebAssembly example programs
WebAssembly (Wasm) is an universal low level bytecode that runs on the web. It is a compilation target for languages like Rust
, AssemblyScript (Typescript-like)
, Emscripten (C/C++)
, and much more! Wasm offer a compact binary format with predictable performance, and portability to run alongside Javascript and other host languages. Wasm is currently shipped in all major browsers, and has runtimes meant for running on servers or interfacing with systems using WASI.
Info
Learn more about Wasm at the WebAssembly Introduction or browse the list of examples below.
Table of Contents
- 01. Concepts
- 02. Applying the Concepts
- 03. Ecosystem tools and Language features
- 04. WebAssembly Outside of the Browser