summaryrefslogtreecommitdiff
path: root/test/dump/table.txt
Commit message (Expand)AuthorAgeFilesLines
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-061-6/+6
* Finish instruction renaming (#1792)Heejin Ahn2021-12-201-1/+1
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update output from type to func type in binary writer and reader (#1570)Radu M2020-11-161-3/+3
* Update spec testsuite (#1237)Sam Clegg2019-11-221-6/+6
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-6/+6
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-8/+8
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-2/+2
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-3/+7
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-2/+2
* [objdump] Display element count in section details (#899)Sam Clegg2018-08-271-4/+4
* [objdump] Include elem segment offset when printing table elements (#851)Sam Clegg2018-06-041-42/+54
* objdump: Report elem count for each elem segment (#812)Sam Clegg2018-03-161-1/+1
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-1/+2
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* [objdump] Be more explict about type and element indexes (#481)Sam Clegg2017-06-071-7/+7
* Rename wasmdump to wasm-objdump (#455)Sam Clegg2017-05-251-1/+1
* Regenerate expected test output (#423)Sam Clegg2017-05-101-0/+1
* Use 8 hex digits for wasm version rather than 6. (#391)pipcet2017-04-051-1/+1
* Add callback for end opcode and end of function (#358)Sam Clegg2017-03-161-0/+3
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-9/+9
* Update wasm binary format label to 1 (#310)Derek Schuff2017-02-241-2/+2
* Add function names and relocations to wasmdump disassembly (#285)Sam Clegg2017-01-231-7/+5
* Make some binary reading/writing utilities public (#245)Sam Clegg2016-12-141-3/+3
* wasmdump: improve printing of limits (#244)Sam Clegg2016-12-131-1/+1
* wasmdump: improve print of tables and elements (#236)Sam Clegg2016-12-071-1/+24
* Wasmdump improvments (#226)Sam Clegg2016-11-301-1/+1
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-9/+9
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-7/+7
* Update tests syntax to new flat syntax (#174)Kwadwo 'Que' Amankwa2016-10-201-1/+2
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-7/+6
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-70/+70
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-6/+6
* append END opcode at end of functionBen Smith2016-09-301-12/+15
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-75/+71
* WIP on tables + memoriesBen Smith2016-09-291-25/+41
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-2/+2
* update dump testsBen Smith2016-04-281-63/+64
* remove end sectionBen Smith2016-03-111-7/+1
* fixed order for encodersBen Smith2016-03-101-30/+30
* sections have size and name as stringBen Smith2016-03-091-39/+65
* update v8, use function sig and body sectionsBen Smith2016-03-091-31/+29
* update v8, more leb128, two-level importsBen Smith2016-03-081-6/+6
* rebase master; remove need for local decl fixupBen Smith2016-03-071-3/+0
* Rebase the dumps on local decls changes.Ben L. Titzer2016-03-071-21/+27
* binary format has magic and version numberBen Smith2016-02-281-37/+40
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-4/+4
* fix --dump-module flagBen Smith2015-12-111-0/+4
* don't write func name offset if func is not exportedBen Smith2015-12-031-23/+20