Skip to content

Unknown sections #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions BinaryEncoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,15 @@ stored to from dedicated instructions.
| type | `uint8` | the type of the global, as a memory type |
| exported | `uint8` | a boolean indicating whether the global variable is exported |

### WorkInProgress: WLL section
### Unknown sections

| Field | Type | Description |
| ----- | ----- | ----- |
| id = `0x11` | `uint8` | section identifier for globals |
| size | `varuint32` | size of this section in bytes |
| body | `bytes` | contents of this section |
| id | `uint8` | section identifier |
| size | `varuint32` | size of this section in bytes |
| body | `bytes` | contents of this section |

Sections whose ID is unknown to the WebAssembly implementation are ignored.

# AST Encoding

Expand Down