Skip to content

Commit 8ab0786

Browse files
committed
Merge pull request #552 from WebAssembly/jfbastien-patch-1
Unknown sections
2 parents cbb5902 + a7d67f1 commit 8ab0786

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

BinaryEncoding.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,15 @@ stored to from dedicated instructions.
187187
| type | `uint8` | the type of the global, as a memory type |
188188
| exported | `uint8` | a boolean indicating whether the global variable is exported |
189189

190-
### WorkInProgress: WLL section
190+
### Unknown sections
191191

192192
| Field | Type | Description |
193193
| ----- | ----- | ----- |
194-
| id = `0x11` | `uint8` | section identifier for globals |
195-
| size | `varuint32` | size of this section in bytes |
196-
| body | `bytes` | contents of this section |
194+
| id | `uint8` | section identifier |
195+
| size | `varuint32` | size of this section in bytes |
196+
| body | `bytes` | contents of this section |
197+
198+
Sections whose ID is unknown to the WebAssembly implementation are ignored.
197199

198200
# AST Encoding
199201

0 commit comments

Comments
 (0)