| Commit message (Expand) | Author | Age | Files | Lines |
* | Wasmdump improvments (#226) | Sam Clegg | 2016-11-30 | 1 | -2/+2 |
* | wasmdump improvments (#192) | Sam Clegg | 2016-10-31 | 1 | -0/+3 |
* | Fix types for binary 0xd | Ben Smith | 2016-10-26 | 1 | -2/+2 |
* | Remap the operator encoding for binary 0xd | Ben Smith | 2016-10-26 | 1 | -25/+25 |
* | Update tests syntax to new flat syntax (#172) | Kwadwo 'Que' Amankwa | 2016-10-19 | 1 | -4/+12 |
* | Add wasmdump binary for inspecting wasm files (#161) | Sam Clegg | 2016-10-12 | 1 | -6/+15 |
* | Remove trailing whitespace from hexdumps (#154) | Sam Clegg | 2016-10-07 | 1 | -42/+42 |
* | Refactor all uses of s_opcode_ to use functions | Ben Smith | 2016-10-06 | 1 | -13/+13 |
* | append END opcode at end of function | Ben Smith | 2016-09-30 | 1 | -4/+5 |
* | Update 'dump' tests for binary_0xc | Sam Clegg | 2016-09-29 | 1 | -46/+42 |
* | fix dump tests, update binary version to 0xc | Ben Smith | 2016-09-29 | 1 | -19/+24 |
* | update testsuite, handle implicit func types (#96) | Ben Smith | 2016-08-04 | 1 | -1/+0 |
* | update dump tests | Ben Smith | 2016-04-28 | 1 | -45/+43 |
* | remove end section | Ben Smith | 2016-03-11 | 1 | -6/+1 |
* | sections have size and name as string | Ben Smith | 2016-03-09 | 1 | -28/+48 |
* | update v8, use function sig and body sections | Ben Smith | 2016-03-09 | 1 | -23/+24 |
* | rebase master; remove need for local decl fixup | Ben Smith | 2016-03-07 | 1 | -1/+0 |
* | Rebase the dumps on local decls changes. | Ben L. Titzer | 2016-03-07 | 1 | -16/+18 |
* | store i32.const and i64.const as signed-LEB128 | Ben Smith | 2016-03-04 | 1 | -11/+10 |
* | binary format has magic and version number | Ben Smith | 2016-02-28 | 1 | -26/+29 |
* | move shared binary format stuff to wasm-binary.h | Ben Smith | 2016-02-24 | 1 | -3/+3 |
* | fix --dump-module flag | Ben Smith | 2015-12-11 | 1 | -0/+4 |
* | don't write func name offset if func is not exported | Ben Smith | 2015-12-03 | 1 | -17/+16 |
* | don't write memory section if not specified | Ben Smith | 2015-12-03 | 1 | -28/+24 |
* | finished code for dump, doesn't actually write yet | Ben Smith | 2015-12-03 | 1 | -6/+1 |
* | fix gen after v8-native change to make stmt=expr | Ben Smith | 2015-11-05 | 1 | -6/+6 |
* | dedupe function signatures | Ben Smith | 2015-10-23 | 1 | -1/+1 |
* | update v8-native-prototype w/ new binary format | Ben Smith | 2015-10-21 | 1 | -36/+34 |
* | change prefix for test file format | Ben Smith | 2015-10-13 | 1 | -2/+3 |
* | remove toplevel block | Ben Smith | 2015-09-25 | 1 | -19/+16 |
* | update tests for newly-implemented reinterpret ops | Ben Smith | 2015-09-23 | 1 | -10/+16 |
* | use i8 const when value in range [-128,127] | Ben Smith | 2015-09-15 | 1 | -9/+8 |
* | write correct expression count for toplevel block | Ben Smith | 2015-09-10 | 1 | -2/+3 |
* | wrap all functions in an OPCODE_BLOCK | Ben Smith | 2015-09-07 | 1 | -9/+12 |
* | add section comments to verbose output | Ben Smith | 2015-09-07 | 1 | -0/+3 |
* | use memory max size in output | Ben Smith | 2015-09-07 | 1 | -2/+2 |
* | output opcodes for call, return, unary, binary, compare, convert and cast | Ben Smith | 2015-09-06 | 1 | -0/+37 |