Skip to main content

Wasm by Example

Less than 1 minuteRustcrashcourserustrswasmassemblyassemblyscriptccpp

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 Introductionopen in new window or browse the list of examples below.

Table of Contents


์ด์ฐฌํฌ (MarkiiimarK)
Never Stop Learning.