summaryrefslogtreecommitdiff
path: root/test/dump/cast.txt
Commit message (Expand)AuthorAgeFilesLines
* Wasmdump improvments (#226)Sam Clegg2016-11-301-2/+2
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-2/+2
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-25/+25
* Update tests syntax to new flat syntax (#172)Kwadwo 'Que' Amankwa2016-10-191-4/+12
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-6/+15
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-42/+42
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-13/+13
* append END opcode at end of functionBen Smith2016-09-301-4/+5
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-46/+42
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-19/+24
* update testsuite, handle implicit func types (#96)Ben Smith2016-08-041-1/+0
* update dump testsBen Smith2016-04-281-45/+43
* remove end sectionBen Smith2016-03-111-6/+1
* sections have size and name as stringBen Smith2016-03-091-28/+48
* update v8, use function sig and body sectionsBen Smith2016-03-091-23/+24
* rebase master; remove need for local decl fixupBen Smith2016-03-071-1/+0
* Rebase the dumps on local decls changes.Ben L. Titzer2016-03-071-16/+18
* store i32.const and i64.const as signed-LEB128Ben Smith2016-03-041-11/+10
* binary format has magic and version numberBen Smith2016-02-281-26/+29
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-3/+3
* fix --dump-module flagBen Smith2015-12-111-0/+4
* don't write func name offset if func is not exportedBen Smith2015-12-031-17/+16
* don't write memory section if not specifiedBen Smith2015-12-031-28/+24
* finished code for dump, doesn't actually write yetBen Smith2015-12-031-6/+1
* fix gen after v8-native change to make stmt=exprBen Smith2015-11-051-6/+6
* dedupe function signaturesBen Smith2015-10-231-1/+1
* update v8-native-prototype w/ new binary formatBen Smith2015-10-211-36/+34
* change prefix for test file formatBen Smith2015-10-131-2/+3
* remove toplevel blockBen Smith2015-09-251-19/+16
* update tests for newly-implemented reinterpret opsBen Smith2015-09-231-10/+16
* use i8 const when value in range [-128,127]Ben Smith2015-09-151-9/+8
* write correct expression count for toplevel blockBen Smith2015-09-101-2/+3
* wrap all functions in an OPCODE_BLOCKBen Smith2015-09-071-9/+12
* add section comments to verbose outputBen Smith2015-09-071-0/+3
* use memory max size in outputBen Smith2015-09-071-2/+2
* output opcodes for call, return, unary, binary, compare, convert and castBen Smith2015-09-061-0/+37