When you compile to a WebAssembly target your compiler should create a file ending in .wasm called a module.
.wasm
The module is a binary format full of information on how a wasm program and its memory should be setup and interacted with: