Skip to content

Commit

Permalink
Update files/en-us/webassembly/understanding_the_text_format/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Hamish Willee <[email protected]>
  • Loading branch information
okyanusoz and hamishwillee authored Jul 16, 2023
1 parent 9d5cab6 commit 8704c78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Let's start with the simplest, shortest possible Wasm module.

This module is totally empty, but is still a valid module.

If we convert our module to binary now (see [Converting WebAssembly text format to Wasm](/en-US/docs/WebAssembly/Text_format_to_Wasm)), we'll see just the 8 byte module header described in the [binary format](https://webassembly.github.io/spec/core/binary/modules.html):
If we convert our module to binary now (see [Converting WebAssembly text format to Wasm](/en-US/docs/WebAssembly/Text_format_to_Wasm)), we'll see just the 8 byte module header described in the [binary format](https://webassembly.github.io/spec/core/binary/modules.html#binary-module):

```wasm
0000000: 0061 736d ; WASM_BINARY_MAGIC
Expand Down

0 comments on commit 8704c78

Please sign in to comment.