| Component | Purpose |
|---|---|
| Instructions | Low-level operations for arithmetic, control flow, and memory access |
| Data Types | Native types (i32, i64, f32, f64) and reference types |
| Memory | Linear memory model, allocation strategies, and security limits |
| Tables | Function tables used for imports, exports, and indirect calls |
For an in-depth reference, consult the WebAssembly Core Specification.

- Describe the Wasm execution model and module structure
- Identify and use core Wasm instructions and data types
- Manage linear memory and function tables
- Navigate key tools and resources in the Wasm ecosystem