Introduction
In the documents of this section, you’ll find a brief overview of some of the larger concepts and features of the WebAssembly ecosystem. What’s written here isn’t meant to make you an expert on Wasm, but rather, it’s a brief primer or refresher on some of the basics, intended to help you understand what the Nor2 WASM Analyzer shows you.
Concepts
In this part of our documentation, you can read about the following:
concept | decription | related document |
---|---|---|
Types | The internal types supported by WebAssembly | Types |
Modules | Stateless objects containing WebAssembly Sections | Modules |
WebAssembly Text | Text representation of the WebAssembly binary format | WebAssembly Text (WAT) |
The WebAssembly Component Model | Model intended for making WebAssembly more accessible in non-web contexts | The WebAssembly Component Model |
WebAssembly Interface Text | Interface Description Language (IDL) for WebAssembly | WebAssembly Interface Text (WIT) |
WasmTime | Engine for compiled WebAssembly modules | WasmTime |