aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * Revert "No validation errors after the End"Luke Wagner2016-03-141-12/+15
| | | | | | | | This reverts commit e3375281d46fe39cc1f37a4cd02cc524d3c8fdc6.
| * No validation errors after the EndLuke Wagner2016-03-131-15/+12
| |
| * Update size of smallest moduleLuke Wagner2016-03-121-4/+5
| |
| * Define precise order of sectionsLuke Wagner2016-03-111-64/+77
| |
* | Reserved bitfield minor word changeGeorge Kuan2016-03-281-1/+1
| |
* | Merge pull request #606 from naturaltransformation/patch-10rossberg-chromium2016-03-241-2/+2
|\ \ | | | | | | Forward compatibility for unused bitfield bits
| * | Forward compatibility for unused bitfield bitsGeorge Kuan2016-03-111-2/+2
| |/ | | | | The remaining bits in the flag are underspecified. We should consider specifying them.
* / AstSemantics dead link in BinaryEncodingAnthony2016-03-171-1/+1
|/
* Typo that messes up the opcode tableGeorge Kuan2016-03-111-2/+2
|
* Minor transposition typosGeorge Kuan2016-03-111-2/+2
|
* Encodings for i32.eqz and i64.eqz.Dan Gohman2016-03-091-1/+2
|
* Add the rotate operator encodings.Douglas Crosher2016-03-101-0/+4
| | | | Corresponds to https://codereview.chromium.org/1755013003/
* Add back the varuint32 in data_segmentLuke Wagner2016-03-091-1/+1
|
* Revert "Opcodes should also be LEB128; we're definitely going to end up with ↵Luke Wagner2016-03-091-3/+3
| | | | | | >256 after SIMD" This reverts commit edac92d9e10e5fb3ea8e305236c6d00da05a8d48
* Opcodes should also be LEB128; we're definitely going to end up with >256 ↵Luke Wagner2016-03-091-3/+3
| | | | after SIMD
* Clarify alignment descriptionLuke Wagner2016-03-091-1/+7
|
* Change br_table branch offsets to uint32Luke Wagner2016-03-091-2/+2
|
* Update flags/alignment immediateLuke Wagner2016-03-091-1/+1
|
* Convert remaining fixed-width integers to varuint32Luke Wagner2016-03-091-25/+19
|
* Update references to Function section to Function Signatures sectionLuke Wagner2016-03-091-4/+3
|
* Add back function body sizeLuke Wagner2016-03-091-0/+1
|
* Address commentsLuke Wagner2016-03-091-3/+4
|
* Remove now-unnecessary signature index from exportLuke Wagner2016-03-091-1/+0
|
* Split Functions section into Function Signatures and Function BodiesLuke Wagner2016-03-091-13/+16
|
* Merge pull request #589 from WebAssembly/load_globalDan Gohman2016-03-091-2/+0
|\ | | | | Remove the nonstandard load_global and store_global opcodes.
| * Remove the nonstandard load_global and store_global opcodes.Dan Gohman2016-03-041-2/+0
| |
* | Add the actual inline bytesLuke Wagner2016-03-081-0/+1
| |
* | Store data segments inlineLuke Wagner2016-03-071-6/+6
| |
* | Store strings inline in the import/export entriesLuke Wagner2016-03-071-7/+6
| |
* | Merge pull request #580 from WebAssembly/name-sectionLuke Wagner2016-03-071-2/+40
|\ \ | | | | | | Names section
| * | Fix typoLuke Wagner2016-03-041-1/+1
| | |
| * | Rename 'names' to 'entries'Luke Wagner2016-03-041-2/+2
| | |
| * | Fuse into one section, give arrays lengths, allow lengths to differLuke Wagner2016-03-041-31/+24
| | |
| * | Remove non-null requirementLuke Wagner2016-03-041-2/+2
| | |
| * | Switch to up-front length from null-terminatorLuke Wagner2016-03-041-12/+22
| | |
| * | s/observable/execution/Luke Wagner2016-03-041-2/+2
| | |
| * | Mention 0 or 1 timesLuke Wagner2016-03-041-4/+4
| | |
| * | Names sectionLuke Wagner2016-03-041-2/+37
| | |
* | | Change call_import to 0x1f.Dan Gohman2016-03-041-1/+1
| |/ |/|
* | Merge pull request #588 from WebAssembly/call-importDan Gohman2016-03-041-1/+2
|\ \ | | | | | | Add a call_import opcode
| * | Rename call_function to call, to match AstSemantics.md.Dan Gohman2016-03-041-1/+1
| | |
| * | Add an opcode for call_indirect.Dan Gohman2016-03-041-0/+1
| |/
* | Merge pull request #586 from WebAssembly/br_tabletitzer2016-03-041-5/+7
|\ \ | | | | | | Replace tableswitch with br_table.
| * | Add default targettitzer2016-03-041-2/+3
| | |
| * | Replace tableswitch with br_table.titzer2016-03-041-6/+7
| |/
* / Update opcode names to match AstSemantics.md.Dan Gohman2016-03-041-29/+29
|/
* Merge pull request #581 from WebAssembly/rm-globalsLuke Wagner2016-03-021-23/+0
|\ | | | | Remove nonstandard Globals section
| * Remove nonstandard Globals sectionLuke Wagner2016-03-011-23/+0
| |
* | Merge pull request #572 from WebAssembly/locals_to_func_bodytitzer2016-03-021-14/+20
|\ \ | | | | | | Move local entries to be part of the function body.
| * | Move local entries to be part of the function body.titzer2016-03-011-14/+20
| | |