summaryrefslogtreecommitdiff
path: root/test/dump/memory-hex.txt
Commit message (Expand)AuthorAgeFilesLines
* Enable bulk memory by default (#1728)Sam Clegg2021-10-131-0/+6
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* Update spec testsuite (#1237)Sam Clegg2019-11-221-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
* 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
* Make most enumerations into enum classes (#329)Ben Smith2017-03-011-2/+2
* 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-0/+1
* Make some binary reading/writing utilities public (#245)Sam Clegg2016-12-141-3/+3
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-1/+1
* Remap the operator encoding for binary 0xdBen Smith2016-10-261-2/+2
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-5/+2
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-22/+22
* Refactor all uses of s_opcode_ to use functionsBen Smith2016-10-061-2/+2
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-21/+22
* WIP on tables + memoriesBen Smith2016-09-291-13/+15
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-2/+2
* update dump testsBen Smith2016-04-281-17/+17
* remove end sectionBen Smith2016-03-111-6/+0
* sections have size and name as stringBen Smith2016-03-091-12/+26
* set memory export bit based on (export memory)Ben Smith2016-03-091-2/+2
* update v8 for inline data segment changeBen Smith2016-03-091-10/+6
* Change the memory sizes to be in units of pages rather than powers of two.Douglas Crosher2016-03-041-4/+4
* binary format has magic and version numberBen Smith2016-02-281-15/+18
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-3/+3
* fix --dump-module flagBen Smith2015-12-111-0/+3
* finished code for dump, doesn't actually write yetBen Smith2015-12-031-9/+3
* update v8-native-prototype w/ new binary formatBen Smith2015-10-211-13/+18
* change prefix for test file formatBen Smith2015-10-131-2/+3
* add section comments to verbose outputBen Smith2015-09-071-0/+3
* use memory max size in outputBen Smith2015-09-071-2/+2
* fix hexdigit bug, test memory hexBen Smith2015-09-071-0/+18