summaryrefslogtreecommitdiff
path: root/test/dump/memory-1-byte.txt
Commit message (Expand)AuthorAgeFilesLines
* Use stderr for all logging and error output (#1579)Sam Clegg2020-12-031-1/+3
* 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-1/+1
* 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-2/+2
* wasmdump improvments (#192)Sam Clegg2016-10-311-0/+3
* Fix types for binary 0xdBen Smith2016-10-261-1/+1
* Add wasmdump binary for inspecting wasm files (#161)Sam Clegg2016-10-121-3/+2
* Remove trailing whitespace from hexdumps (#154)Sam Clegg2016-10-071-9/+9
* Update 'dump' tests for binary_0xcSam Clegg2016-09-291-9/+9
* WIP on tables + memoriesBen Smith2016-09-291-6/+5
* fix dump tests, update binary version to 0xcBen Smith2016-09-291-2/+2
* update dump testsBen Smith2016-04-281-6/+6
* remove end sectionBen Smith2016-03-111-6/+1
* sections have size and name as stringBen Smith2016-03-091-6/+15
* set memory export bit based on (export memory)Ben Smith2016-03-091-2/+2
* Change the memory sizes to be in units of pages rather than powers of two.Douglas Crosher2016-03-041-3/+3
* binary format has magic and version numberBen Smith2016-02-281-6/+8
* move shared binary format stuff to wasm-binary.hBen Smith2016-02-241-2/+2
* [fuzz] fix assert with (memory 1) in gccBen Smith2016-02-141-0/+11