summaryrefslogtreecommitdiff
path: root/test/dump/callindirect.txt
Commit message (Expand)AuthorAgeFilesLines
* wasm-objdump: Improve disassembly of call_indirect (#1866)Sam Clegg2022-03-161-1/+1
* 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-1/+1
* Update spec testsuite (#1237)Sam Clegg2019-11-221-1/+1
* Switch to treating segment flags as a bitfield. NFC (#1232)Sam Clegg2019-11-181-2/+2
* Proper encoding of passive element segments (#1066)Ben Smith2019-04-181-2/+2
* Rename anyfunc -> funcref; parse reference types (#1026)Ben Smith2019-02-251-1/+1
* Add support for the reference types proposal (#938)Alex Crichton2019-02-141-1/+1
* Pass function body size in BinaryReader callback (#975)Ben Smith2018-12-121-1/+1
* Add bulk memory opcode definitions (#927)Alex Crichton2018-10-121-1/+1
* Remove `run-objdump.py`; replace with `RUN` cmds (#732)Ben Smith2018-01-241-1/+1
* Rename run args (#728)Ben Smith2018-01-211-1/+1
* Update testsuite; call_indirect has new syntax (#667)Ben Smith2017-11-111-1/+1
* 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/+1
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-5/+5
* 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-1/+2
* Make some binary reading/writing utilities public (#245)Sam Clegg2016-12-141-3/+3
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Add reserved immediate to three operatorsBen Smith2016-10-261-4/+5
* Fix types for binary 0xdBen Smith2016-10-261-4/+4
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-9/+9
* Update tests syntax to new flat syntax (#172)Kwadwo 'Que' Amankwa2016-10-191-1/+3
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-5/+6
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-50/+50
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-6/+6
* append END opcode at end of functionBen Smith2016-09-301-3/+4
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-59/+54
* WIP on tables + memoriesBen Smith2016-09-291-18/+34
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-8/+7
* arities for call, break and returnBen Smith2016-04-281-5/+6
* update dump testsBen Smith2016-04-281-47/+45
* remove end sectionBen Smith2016-03-111-6/+1
* fixed order for encodersBen Smith2016-03-101-25/+25
* sections have size and name as stringBen Smith2016-03-091-25/+50
* update v8, use function sig and body sectionsBen Smith2016-03-091-19/+20
* update v8, more leb128, two-level importsBen Smith2016-03-081-3/+3
* 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-12/+14
* store i32.const and i64.const as signed-LEB128Ben Smith2016-03-041-5/+5
* binary format has magic and version numberBen Smith2016-02-281-23/+25
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-4/+4
* fix --dump-module flagBen Smith2015-12-111-0/+3
* don't write func name offset if func is not exportedBen Smith2015-12-031-14/+13
* don't write memory section if not specifiedBen Smith2015-12-031-26/+22
* finished code for dump, doesn't actually write yetBen Smith2015-12-031-5/+2