index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dump
/
table.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
1
-6
/
+6
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
1
-1
/
+1
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
1
-1
/
+3
*
Update output from type to func type in binary writer and reader (#1570)
Radu M
2020-11-16
1
-3
/
+3
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-6
/
+6
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-6
/
+6
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-8
/
+8
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
1
-2
/
+2
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-3
/
+7
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-2
/
+2
*
[objdump] Display element count in section details (#899)
Sam Clegg
2018-08-27
1
-4
/
+4
*
[objdump] Include elem segment offset when printing table elements (#851)
Sam Clegg
2018-06-04
1
-42
/
+54
*
objdump: Report elem count for each elem segment (#812)
Sam Clegg
2018-03-16
1
-1
/
+1
*
Remove `run-objdump.py`; replace with `RUN` cmds (#732)
Ben Smith
2018-01-24
1
-1
/
+2
*
Rename run args (#728)
Ben Smith
2018-01-21
1
-1
/
+1
*
[objdump] Be more explict about type and element indexes (#481)
Sam Clegg
2017-06-07
1
-7
/
+7
*
Rename wasmdump to wasm-objdump (#455)
Sam Clegg
2017-05-25
1
-1
/
+1
*
Regenerate expected test output (#423)
Sam Clegg
2017-05-10
1
-0
/
+1
*
Use 8 hex digits for wasm version rather than 6. (#391)
pipcet
2017-04-05
1
-1
/
+1
*
Add callback for end opcode and end of function (#358)
Sam Clegg
2017-03-16
1
-0
/
+3
*
Make most enumerations into enum classes (#329)
Ben Smith
2017-03-01
1
-9
/
+9
*
Update wasm binary format label to 1 (#310)
Derek Schuff
2017-02-24
1
-2
/
+2
*
Add function names and relocations to wasmdump disassembly (#285)
Sam Clegg
2017-01-23
1
-7
/
+5
*
Make some binary reading/writing utilities public (#245)
Sam Clegg
2016-12-14
1
-3
/
+3
*
wasmdump: improve printing of limits (#244)
Sam Clegg
2016-12-13
1
-1
/
+1
*
wasmdump: improve print of tables and elements (#236)
Sam Clegg
2016-12-07
1
-1
/
+24
*
Wasmdump improvments (#226)
Sam Clegg
2016-11-30
1
-1
/
+1
*
wasmdump improvments (#192)
Sam Clegg
2016-10-31
1
-0
/
+3
*
Fix types for binary 0xd
Ben Smith
2016-10-26
1
-9
/
+9
*
Remap the operator encoding for binary 0xd
Ben Smith
2016-10-26
1
-7
/
+7
*
Update tests syntax to new flat syntax (#174)
Kwadwo 'Que' Amankwa
2016-10-20
1
-1
/
+2
*
Add wasmdump binary for inspecting wasm files (#161)
Sam Clegg
2016-10-12
1
-7
/
+6
*
Remove trailing whitespace from hexdumps (#154)
Sam Clegg
2016-10-07
1
-70
/
+70
*
Refactor all uses of s_opcode_ to use functions
Ben Smith
2016-10-06
1
-6
/
+6
*
append END opcode at end of function
Ben Smith
2016-09-30
1
-12
/
+15
*
Update 'dump' tests for binary_0xc
Sam Clegg
2016-09-29
1
-75
/
+71
*
WIP on tables + memories
Ben Smith
2016-09-29
1
-25
/
+41
*
fix dump tests, update binary version to 0xc
Ben Smith
2016-09-29
1
-2
/
+2
*
update dump tests
Ben Smith
2016-04-28
1
-63
/
+64
*
remove end section
Ben Smith
2016-03-11
1
-7
/
+1
*
fixed order for encoders
Ben Smith
2016-03-10
1
-30
/
+30
*
sections have size and name as string
Ben Smith
2016-03-09
1
-39
/
+65
*
update v8, use function sig and body sections
Ben Smith
2016-03-09
1
-31
/
+29
*
update v8, more leb128, two-level imports
Ben Smith
2016-03-08
1
-6
/
+6
*
rebase master; remove need for local decl fixup
Ben Smith
2016-03-07
1
-3
/
+0
*
Rebase the dumps on local decls changes.
Ben L. Titzer
2016-03-07
1
-21
/
+27
*
binary format has magic and version number
Ben Smith
2016-02-28
1
-37
/
+40
*
move shared binary format stuff to wasm-binary.h
Ben Smith
2016-02-24
1
-4
/
+4
*
fix --dump-module flag
Ben Smith
2015-12-11
1
-0
/
+4
*
don't write func name offset if func is not exported
Ben Smith
2015-12-03
1
-23
/
+20
[next]