| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | tiny update | Michael Holman | 2015-06-30 | 1 | -2/+2 |
| | | |||||
| * | cleanup and clarifications | Michael Holman | 2015-06-29 | 1 | -24/+28 |
| | | |||||
| * | some cleanup | Michael Holman | 2015-06-29 | 1 | -23/+27 |
| | | |||||
| * | combined tables | Michael Holman | 2015-06-29 | 1 | -6/+5 |
| | | |||||
| * | added type id to section | Michael Holman | 2015-06-29 | 1 | -6/+13 |
| | | |||||
| * | add opcode definitions section | Michael Holman | 2015-06-29 | 1 | -3/+9 |
| | | |||||
| * | Merge pull request #206 from WebAssembly/brotli | JF Bastien | 2015-06-20 | 1 | -2/+4 |
| |\ | | | | | Brotli for BinaryEncoding compression | ||||
| | * | LZHAM | JF Bastien | 2015-06-19 | 1 | -1/+2 |
| | | | |||||
| | * | Brotli for BinaryEncoding compression | JF Bastien | 2015-06-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I received a suggestion to support Brotli, and the rationale is pretty solid: > The WOFF 2.0 team dropped both gzip and lzma to power their latest system with brotli. Because of that, brotli has already found its way to chrome and android. http://www.w3.org/TR/WOFF20ER/ > > Brotli can compress 5-25 % more than gzip, is a little bit more efficient for small files than LZMA, and decompresses 3-5x faster than LZMA. (Brotli typically compresses less than LZMA for large files -- above 1 MB or so.) > > https://github.com/google/brotli > > https://datatracker.ietf.org/doc/draft-alakuijala-brotli/ > > Once the specifics for WebAssembly are clear, we could even specialize the context map or the static dictionary for WebAssembly (or you can design WebAssembly it in a way that it takes maximum benefit of the existing brotli context modes -- there are three binary modes and an utf-8 mode). | ||||
| * | | Better grammar | Raphael Isemann | 2015-06-19 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unecessary length requirement | Raphael Isemann | 2015-06-19 | 1 | -1/+1 |
| |/ | |||||
| * | Tweak variable-length integer section | Luke Wagner | 2015-06-16 | 1 | -4/+2 |
| | | | | This patch removes now-useless header and qualifies experimental results. | ||||
| * | Add trailing slashes to URLs that want it. | Dan Gohman | 2015-06-15 | 1 | -1/+1 |
| | | |||||
| * | Use https links instead of http links for sites that support it. | Dan Gohman | 2015-06-15 | 1 | -3/+3 |
| | | |||||
| * | Short document name bikeshed. | JF Bastien | 2015-06-12 | 1 | -2/+3 |
| | | |||||
| * | Update URLs to account for spec->design repo renaming | Luke Wagner | 2015-06-10 | 1 | -1/+1 |
| | | |||||
| * | Update URL of polyfill repo to polyfill-prototype-1 | Luke Wagner | 2015-06-10 | 1 | -2/+2 |
| | | |||||
| * | Merge. | JF Bastien | 2015-06-09 | 1 | -31/+53 |
| |\ | |||||
| | * | Split out text format into its own document. | JF Bastien | 2015-06-08 | 1 | -1/+1 |
| | | | |||||
| | * | Binary format. | JF Bastien | 2015-06-08 | 1 | -29/+53 |
| | | | |||||
| * | | Define portability | JF Bastien | 2015-06-09 | 1 | -2/+4 |
| |/ | | | | Address issue #38. | ||||
| * | Refactor polyfill quite a bit. | JF Bastien | 2015-06-04 | 1 | -1/+1 |
| | | |||||
| * | Rename "V1" aka "v.1" to "MVP". | Dan Gohman | 2015-06-03 | 1 | -6/+6 |
| | | |||||
| * | update binary encoding following recent talks | Alon Zakai | 2015-05-15 | 1 | -43/+31 |
| | | |||||
| * | Tidy up HighLevelGoals | Luke Wagner | 2015-05-08 | 1 | -4/+0 |
| | | |||||
| * | Fix spelling errors. | Dan Gohman | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | Say what happens when a name is unknown | Luke Wagner | 2015-05-06 | 1 | -0/+4 |
| | | |||||
| * | Add 'Backwards Compatibility' section to BinaryEncoding | Luke Wagner | 2015-05-06 | 1 | -0/+34 |
| | | |||||
| * | Update BinaryEncoding.md | Luke Wagner | 2015-05-01 | 1 | -37/+52 |
| | | |||||
| * | Start working on BinaryEncoding.md | Luke Wagner | 2015-05-01 | 1 | -0/+71 |
| Just throwing up an outline, still a WIP. | |||||
