| Commit message (Expand) | Author | Age | Files | Lines |
* | Exporting/importing debug location information from .wast/.asm.js/.s formats ... | Yury Delendik | 2017-06-01 | 1 | -2/+7 |
* | Address review feedback for #1014 (#1016) | Alon Zakai | 2017-05-18 | 1 | -3/+3 |
* | Validate finalization (#1014) | Alon Zakai | 2017-05-18 | 1 | -4/+9 |
* | Replace text annotations with explicit file/line for debug info (#967) | Derek Schuff | 2017-04-13 | 1 | -4/+5 |
* | Wasm h to cpp (#926) | jgravelle-google | 2017-03-10 | 1 | -1/+2 |
* | read unknown users sections as binary data stored on the Module (#918) | Alon Zakai | 2017-02-21 | 1 | -0/+5 |
* | clean up raw pointer import->functionType, make it a Name like everything els... | Alon Zakai | 2017-02-17 | 1 | -1/+1 |
* | asm2wasm debuginfo (#895) | Alon Zakai | 2017-02-07 | 1 | -0/+13 |
* | emit globals before table and memory, because they may use a global for their... | Alon Zakai | 2016-12-30 | 1 | -4/+4 |
* | Don't create a memory section for an imported memory; fixes #772 (#773) | Benjamin Bouvier | 2016-10-13 | 1 | -8/+1 |
* | allow a maximum 0 size for a table | Alon Zakai | 2016-10-11 | 1 | -1/+1 |
* | Don't create table sections for imported tables (#756) | Derek Schuff | 2016-10-11 | 1 | -11/+4 |
* | Change print order of top-level module components (#751) | Derek Schuff | 2016-10-07 | 1 | -12/+13 |
* | Update i64 stores for 0xc (#731) | jgravelle-google | 2016-10-04 | 1 | -1/+1 |
* | More binary updates for 0xc (#733) | Derek Schuff | 2016-10-03 | 1 | -1/+1 |
* | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -10/+10 |
* | Make the linker always create a table segment (#722) | Derek Schuff | 2016-09-30 | 1 | -0/+2 |
* | Print the name of memory along with size (#720) | Derek Schuff | 2016-09-28 | 1 | -0/+1 |
* | Type check block/loop/if sigs (#717) | Alon Zakai | 2016-09-28 | 1 | -0/+3 |
* | Update binary encoding for block, loop, and if signatures (#711) | Derek Schuff | 2016-09-27 | 1 | -0/+3 |
* | memory and table printing fixes | Alon Zakai | 2016-09-20 | 1 | -8/+36 |
* | globals mutability fixes | Alon Zakai | 2016-09-19 | 1 | -1/+5 |
* | block signatures | Alon Zakai | 2016-09-16 | 1 | -0/+3 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -1/+1 |
* | new export syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -16/+23 |
* | new import syntax in spec repo | Alon Zakai | 2016-09-07 | 1 | -23/+13 |
* | allow forcing full print mode in the env | Alon Zakai | 2016-09-07 | 1 | -0/+3 |
* | improve full mode printing | Alon Zakai | 2016-09-07 | 1 | -0/+3 |
* | use globals in asm2wasm | Alon Zakai | 2016-09-07 | 1 | -3/+3 |
* | get_global and set_global use a Name instead of an Index, to be more consiste... | Alon Zakai | 2016-09-07 | 1 | -8/+5 |
* | import type for globals | Alon Zakai | 2016-09-07 | 1 | -1/+7 |
* | import kinds | Alon Zakai | 2016-09-07 | 1 | -0/+7 |
* | export kinds | Alon Zakai | 2016-09-07 | 1 | -7/+8 |
* | globals printing fix, handle the case with no module | Alon Zakai | 2016-09-07 | 1 | -1/+2 |
* | check store value type, and validation printing improvements | Alon Zakai | 2016-09-07 | 1 | -0/+4 |
* | print wasm types in full mode | Alon Zakai | 2016-09-07 | 1 | -15/+16 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -8/+8 |
* | call_indirect now has the target at the end | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | it is not cool to return a nop | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -2/+14 |
* | debugging in print | Alon Zakai | 2016-09-07 | 1 | -0/+2 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -6/+9 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -1/+5 |
* | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -5/+6 |
* | Fix trailing whitespace, single-character strings, checking map element prese... | Dominic Chen | 2016-07-22 | 1 | -11/+11 |
* | support wasm globals (#650) | Alon Zakai | 2016-07-21 | 1 | -0/+27 |
* | quote names in s-format that need it | Alon Zakai | 2016-07-05 | 1 | -9/+27 |
* | Add initialization functions for passes to avoid missing pass registration du... | Jukka Jylänki | 2016-06-21 | 1 | -3/+9 |
* | make call_indirect type a name, so that it is not a dependency on the module,... | Alon Zakai | 2016-06-03 | 1 | -1/+1 |
* | move function parallelism to pass and pass runner, which allows more efficien... | Alon Zakai | 2016-06-03 | 1 | -4/+4 |