← Back to WasmScope

Guide

Getting Started

Drag and drop a .wasm file onto the drop zone on the main page, or click to browse your files. You can also click Try Sample to load a built-in example module.

The 7 Tabs

Understanding WASM Structure

A WebAssembly module starts with a magic number (\0asm) and version, followed by sections. Each section has a 1-byte ID and LEB128-encoded size. The function index space starts with imported functions, then defined functions.

Tips

Contact

Feedback? [email protected]