Wasm By Example is a concise, hands-on introduction to WebAssembly using code snippets and annotated examples. WebAssembly is a low level bytecode that runs on the web and is a compilation target for multiple programming languages. It offers portability and predictable performance and can be used alongside JavaScript and other host languages. Examples cover major concepts, building common features, programming language ecosystem components, and use cases outside of the browser.
Table of contents
ConceptsApplying the ConceptsEcosystem tools and Language featuresWebAssembly Outside of the BrowserSort: