| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | update wasm version to 0x01 (#913) | Alon Zakai | 2017-02-16 | 1 | -1/+1 |
* | Merge pull request #865 from WebAssembly/fix-ab | Alon Zakai | 2017-01-10 | 1 | -1/+6 |
|\ |
|
| * | handle a binary that breaks to return | Alon Zakai (kripken) | 2017-01-04 | 1 | -1/+6 |
* | | Merge pull request #871 from WebAssembly/fix-c-api-unused-mem | Alon Zakai | 2017-01-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | ensure exports are added deterministically from binaries | Alon Zakai (kripken) | 2017-01-04 | 1 | -0/+1 |
* | | Handle stacky code (#868) | Alon Zakai | 2017-01-04 | 1 | -1/+2 |
|/ |
|
* | ignore unknown user sections, fixes #857 (#858) | Alon Zakai | 2016-12-07 | 1 | -1/+1 |
* | add a --symbolmap option to wasm-as, which emits a side file with the name ma... | Alon Zakai | 2016-11-09 | 1 | -0/+3 |
* | Binary 0xd changes (#803) | Derek Schuff | 2016-10-26 | 1 | -188/+211 |
* | fix binary format regression from 9afa80951a3e9e59d5348780370a8b67d829ded1 - ... | Alon Zakai | 2016-10-22 | 1 | -4/+3 |
* | Move wasm binary reader and writer from the header file into libwasm (#797) | Derek Schuff | 2016-10-20 | 1 | -1815/+128 |
* | Don't create a memory section for an imported memory; fixes #772 (#773) | Benjamin Bouvier | 2016-10-13 | 1 | -1/+5 |
* | allow a maximum 0 size for a table | Alon Zakai | 2016-10-11 | 1 | -18/+18 |
* | Don't create table sections for imported tables (#756) | Derek Schuff | 2016-10-11 | 1 | -1/+3 |
* | Binary 0xc: Remove arity on return instruction (#740) | Derek Schuff | 2016-10-04 | 1 | -4/+2 |
* | Write global mutability into wasm binary (#739) | Derek Schuff | 2016-10-04 | 1 | -3/+6 |
* | More binary updates for 0xc (#733) | Derek Schuff | 2016-10-03 | 1 | -26/+51 |
* | Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725) | Alon Zakai | 2016-10-03 | 1 | -25/+25 |
* | fix signed int64 LEB bug with large negative values (#719) | Alon Zakai | 2016-09-28 | 1 | -7/+43 |
* | Type check block/loop/if sigs (#717) | Alon Zakai | 2016-09-28 | 1 | -40/+12 |
* | Update binary encoding for block, loop, and if signatures (#711) | Derek Schuff | 2016-09-27 | 1 | -26/+67 |
* | Make wasm-as emit the names section/debug info only with -g (#705) | Alon Zakai | 2016-09-26 | 1 | -1/+6 |
* | Update binary encodings for call instructions and segments (#706) | Derek Schuff | 2016-09-22 | 1 | -9/+10 |
* | Update binary format toward 0xc (#704) | Derek Schuff | 2016-09-22 | 1 | -88/+137 |
* | fix use of endOfFunction in an uninitialized state in wasm-binary | Alon Zakai | 2016-09-21 | 1 | -1/+1 |
* | fix start section in binary format | Alon Zakai | 2016-09-21 | 1 | -2/+2 |
* | refactor wasm.h to remove numericIndex hacks, and move indexing to the parsers | Alon Zakai | 2016-09-21 | 1 | -4/+6 |
* | globals mutability fixes | Alon Zakai | 2016-09-19 | 1 | -2/+7 |
* | global parsing | Alon Zakai | 2016-09-19 | 1 | -0/+1 |
* | call_import changes: no more call_import, shared index space with functions | Alon Zakai | 2016-09-16 | 1 | -52/+69 |
* | make sure to use the right order of operations when loading composite ints in... | Alon Zakai | 2016-09-07 | 1 | -3/+6 |
* | use globals in asm2wasm | Alon Zakai | 2016-09-07 | 1 | -7/+42 |
* | get_global and set_global use a Name instead of an Index, to be more consiste... | Alon Zakai | 2016-09-07 | 1 | -7/+7 |
* | import type for globals | Alon Zakai | 2016-09-07 | 1 | -6/+6 |
* | import kinds | Alon Zakai | 2016-09-07 | 1 | -5/+22 |
* | export kinds | Alon Zakai | 2016-09-07 | 1 | -9/+30 |
* | SetGlobal should not return a value | Alon Zakai | 2016-09-07 | 1 | -1/+0 |
* | update binary version to 0x0c | Alon Zakai | 2016-09-07 | 1 | -1/+1 |
* | loops no longer have an out label and other upstream loop updates | Alon Zakai | 2016-09-07 | 1 | -8/+3 |
* | add drop and tee expressions | Alon Zakai | 2016-09-07 | 1 | -15/+30 |
* | offset support in table | Alon Zakai | 2016-08-15 | 1 | -11/+26 |
* | support function table initial and max sizes, and new printing format | Alon Zakai | 2016-08-12 | 1 | -0/+1 |
* | support expressions in segment offsets | Alon Zakai | 2016-08-12 | 1 | -7/+13 |
* | Fix trailing whitespace, single-character strings, checking map element prese... | Dominic Chen | 2016-07-22 | 1 | -4/+4 |
* | binary support for wasm globals (#652) | Alon Zakai | 2016-07-22 | 1 | -13/+70 |
* | update spec tests, and handle some flux in call_indirect in upstream | Alon Zakai | 2016-07-06 | 1 | -0/+1 |
* | add shared-constants.h for wasm constants | Alon Zakai | 2016-06-26 | 1 | -11/+11 |
* | Add mode to wasm validator to check for web-environment constraints (#584) | Derek Schuff | 2016-06-14 | 1 | -4/+0 |
* | use WASM_UNUSED in some places to fix compiler warning/error on unused variab... | Alon Zakai | 2016-06-08 | 1 | -0/+5 |
* | make call_indirect type a name, so that it is not a dependency on the module,... | Alon Zakai | 2016-06-03 | 1 | -4/+5 |