| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Remove i8.const and make {i32,i64}.const varints. | Ben Smith | 2016-03-01 | 1 | -3/+8 | |
| | |/ |/| | ||||||
| * | | Merge pull request #574 from naturaltransformation/patch-4 | JF Bastien | 2016-03-01 | 1 | -1/+1 | |
| |\ \ | | | | | | | Moving magic number value from Type to Desc column | |||||
| | * | | Moving magic number value from Type to Desc column | George Kuan | 2016-03-01 | 1 | -1/+1 | |
| | |/ | | | | | It is confusing to put the magic number value as part of the type column. | |||||
| * / | Minor typo | George Kuan | 2016-03-01 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge branch 'master' into locals | Andreas Rossberg | 2016-03-01 | 1 | -31/+109 | |
| |\ | ||||||
| | * | Note that the version number will be reset to 1 for MVP. | Douglas Crosher | 2016-02-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Document the magic number and version. | Douglas Crosher | 2016-02-28 | 1 | -1/+9 | |
| | | | | | | | | | As implemented in https://codereview.chromium.org/1740373002/ | |||||
| | * | Document the export table section. | Douglas Crosher | 2016-02-28 | 1 | -0/+20 | |
| | | | | | | | | | As implemented in https://codereview.chromium.org/1744713003/ | |||||
| | * | Clarify encoding of varuint32 values. | Michael Bebenita | 2016-02-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Document the Start Function section. | Douglas Crosher | 2016-02-27 | 1 | -18/+29 | |
| | | | ||||||
| | * | Name the sections by strings, and add a size for all sections. | Douglas Crosher | 2016-02-27 | 1 | -12/+31 | |
| | | | ||||||
| | * | Merge pull request #547 from WebAssembly/import_table | JF Bastien | 2016-02-25 | 1 | -0/+18 | |
| | |\ | | | | | | | Add import table. | |||||
| | | * | Update text: "offset from start of the module" | titzer | 2016-02-25 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Add import table. | titzer | 2016-02-23 | 1 | -0/+18 | |
| | | | | ||||||
| | * | | Unknown sections | JF Bastien | 2016-02-25 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | Fixes #208. A later PR will make sure all sections start with the same format (so all sections use bytes, instead of count, making it easy to know the byte count of unknown sections). We'll also use strings instead. | |||||
| | * | | Encode the memory sizes in units of pages, and use a leb128 encoding. | Douglas Crosher | 2016-02-22 | 1 | -2/+2 | |
| | |/ | ||||||
| * | | Eps | Andreas Rossberg | 2016-02-23 | 1 | -2/+2 | |
| | | | ||||||
| * | | Binary: Condense format of local declarations | Andreas Rossberg | 2016-02-23 | 1 | -4/+12 | |
| |/ | ||||||
| * | Update compression | titzer | 2016-02-11 | 1 | -6/+1 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-11 | 1 | -2/+5 | |
| | | ||||||
| * | Correct off by one | titzer | 2016-02-11 | 1 | -1/+1 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-09 | 1 | -4/+4 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | Update definition of pre-order encoding. | titzer | 2016-02-09 | 1 | -5/+5 | |
| | | ||||||
| * | Add definition of value_type. | titzer | 2016-02-09 | 1 | -2/+10 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2016-02-09 | 1 | -2/+4 | |
| | | ||||||
| * | Add links. | titzer | 2016-02-08 | 1 | -4/+4 | |
| | | ||||||
| * | Add simple operators. | titzer | 2016-02-08 | 1 | -1/+160 | |
| | | ||||||
| * | Add basic operators. | titzer | 2016-02-08 | 1 | -5/+33 | |
| | | ||||||
| * | Add control flow operators. | titzer | 2016-02-08 | 1 | -0/+10 | |
| | | ||||||
| * | Add first AST section. | titzer | 2016-02-08 | 1 | -11/+22 | |
| | | ||||||
| * | Finish adding sections | titzer | 2016-02-08 | 1 | -28/+36 | |
| | | ||||||
| * | Add tables describing the encoding of different sections. | titzer | 2016-02-08 | 1 | -113/+173 | |
| | | ||||||
| * | Move most binary rationale into the rationale document. Expand on rationales ↵ | Katelyn Gadd | 2016-01-15 | 1 | -40/+2 | |
| | | | | | for binary and layered encoding. | |||||
| * | Add auxilliary link | titzer | 2015-12-08 | 1 | -1/+1 | |
| | | ||||||
| * | Update BinaryEncoding.md | titzer | 2015-12-08 | 1 | -0/+5 | |
| | | ||||||
| * | Change max to a hint | Luke Wagner | 2015-10-27 | 1 | -2/+3 | |
| | | ||||||
| * | Rename "opcode" to "operator" | JF Bastien | 2015-10-22 | 1 | -14/+14 | |
| | | | | Addresses #406. | |||||
| * | JS -> JavaScript | JF Bastien | 2015-10-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fixes the structure of the data-section-list | Patrick Uftring | 2015-09-23 | 1 | -1/+2 | |
| | | | | | | | | | The data-section-line was part of the code-section-list so I fixed that. I added "The generic section header" to the data-section-part, because that's what written as first entry of every other section. I added "(in this order)" to the data-section-part, because now the data-section has two entries. You might also want to consider unifying the indentation and symbols for nested lists, but that wouldn't make any difference to the interpretation of the markdown, so I didn't change anything there. | |||||
| * | Remove polyfill support from MVP; add 'Better feature testing support' to ↵ | Luke Wagner | 2015-09-01 | 1 | -4/+0 | |
| | | | | | FutureFeatures.md | |||||
| * | Merge pull request #301 from WebAssembly/add_data_se | titzer | 2015-08-18 | 1 | -0/+4 | |
| |\ | | | | | Add data segments to binary format | |||||
| | * | Update BinaryEncoding.md | titzer | 2015-08-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add data segments to binary format | titzer | 2015-08-17 | 1 | -0/+4 | |
| | | | | | | | Add a description of data segments, which are a way that the binary module can load initialized data into memory, similar to a .data section. | |||||
| * | | Remove dangling reference | Luke Wagner | 2015-08-17 | 1 | -1/+0 | |
| |/ | | | Should have been removed with the original PR that removed the referent. | |||||
| * | Reorganize the sections on types, linear memory, and variables. | Dan Gohman | 2015-07-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | Put all the type information together in one consice section, and all the linear memory information together in one section. The following changes are notable: - rename *local types* to *basic types*. - introduce *expression types* - add `void` as an expression type - make *memory types* an explicit superset of basic types - drop the `load_mem` and `store_mem` operators, which are obsolete now that we have the new typed load and store operators. - drop the `load_mem_with_offset` and `store_mem_with_offset` operators too, and make the typed load and store operators have offsets now. - define *natural alignment*, *misaligned* access, and *aligned* access. - define the *effective address* of an access | |||||
| * | Minor edits to binary encoding of global structure | JF Bastien | 2015-06-30 | 1 | -1/+2 | |
| | | ||||||
| * | made code sections have 64 bit offsets | Michael Holman | 2015-06-30 | 1 | -1/+1 | |
| | | ||||||
