Tour of WebAssembly Table of Contents

Inside A Module

When you compile to a WebAssembly target your compiler should create a file ending in .wasm called a module.

The module is a binary format full of information on how a wasm program and its memory should be setup and interacted with:

Mascot Ferris