diff options
| author | JF Bastien <github@jfbastien.com> | 2017-03-29 19:57:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 19:57:32 -0700 |
| commit | d9bff35e1389ba11c98ccee8cde72bb2f30e922c (patch) | |
| tree | 1d37703851aa4730f9ed967b6258457ea896970d /BinaryEncoding.md | |
| parent | a47b1454b92d51e84741de265698bd8bf87f1f1c (diff) | |
| download | nanowasm-design-d9bff35e1389ba11c98ccee8cde72bb2f30e922c.tar.gz | |
Version is now 0x1 (#1006)
* Version is now 0x1
Resolves #1005.
* Drop MVP
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 5c59b35..36db43f 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -183,7 +183,7 @@ The module starts with a preamble of two fields: | Field | Type | Description | | ----- | ----- | ----- | | magic number | `uint32` | Magic number `0x6d736100` (i.e., '\0asm') | -| version | `uint32` | Version number, currently 0xd. The version for MVP will be reset to 1. | +| version | `uint32` | Version number, `0x1` | The module preamble is followed by a sequence of sections. Each section is identified by a 1-byte *section code* that encodes either a known section or a custom section. |
