File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -187,13 +187,15 @@ stored to from dedicated instructions.
187
187
| type | ` uint8 ` | the type of the global, as a memory type |
188
188
| exported | ` uint8 ` | a boolean indicating whether the global variable is exported |
189
189
190
- ### WorkInProgress: WLL section
190
+ ### Unknown sections
191
191
192
192
| Field | Type | Description |
193
193
| ----- | ----- | ----- |
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.
197
199
198
200
# AST Encoding
199
201
You can’t perform that action at this time.
0 commit comments