index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dump
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm-objdump] Fix reporting of imported 64-bit tables (#2425)
Sam Clegg
2024-05-22
1
-6
/
+13
*
Update testsuite and implement table64 (#2418)
Sam Clegg
2024-05-15
1
-2
/
+6
*
[wasm-objdump] set function types for correct params+locals indexing (#2353)
Rod Vagg
2023-12-13
1
-1
/
+1
*
WastParser: tighten parsing of folded `if` (#2349)
Keith Winstein
2023-12-05
1
-2
/
+2
*
[wasm-objdump] Print i64 values as unsigned (#2344)
Rod Vagg
2023-12-01
1
-4
/
+4
*
Update ID for tag name subsection (#2336)
Michael Williamson
2023-11-27
1
-1
/
+1
*
feat: treat non-seekable files as pipes (#2309)
sethp
2023-10-02
1
-1
/
+1
*
Share reading/validation code between elem exprs & other const exprs (#2288)
Keith Winstein
2023-09-06
8
-13
/
+38
*
wasm-objdump: Fix local numbering in disassembly (#2265)
Michael Williamson
2023-06-27
2
-2
/
+21
*
objdump: take care of opcodes whose bytes are non-canonical leb128 (#1632)
Ng Zhi An
2023-02-13
1
-0
/
+39
*
wast-parser.cc: disallow exception tag unless exceptions enabled (#2110)
Keith Winstein
2022-12-23
1
-1
/
+1
*
[wasm-objdump] Print segment offsets as unsigned (#2023)
Sam Clegg
2022-10-25
2
-47
/
+61
*
wasm-objdump: Improve disassembly of call_indirect (#1866)
Sam Clegg
2022-03-16
7
-288
/
+315
*
wasm-objdump: support extended const expressions (#1859)
Sam Clegg
2022-03-11
1
-0
/
+197
*
Add initial support for code metadata (#1840)
Yuri Iozzelli
2022-02-25
1
-0
/
+43
*
wasm-objdump: Print local names during disassembly (#1818)
Michael Williamson
2022-02-02
1
-149
/
+319
*
objdump: Consider params when printing local decl index (#1819)
Michael Williamson
2022-02-01
3
-10
/
+10
*
Don't include empty names for locals (#1801)
Sam Clegg
2022-01-08
1
-23
/
+19
*
Finish instruction renaming (#1792)
Heejin Ahn
2021-12-20
29
-109
/
+109
*
Fix type names for function references (#1787)
Sam Clegg
2021-12-13
2
-11
/
+11
*
wasm-objdump: Fix disassembly output of selectT instruction (#1777)
Sam Clegg
2021-12-08
1
-22
/
+24
*
Re-generate all test expectations using `--rebase`. NFC (#1776)
Sam Clegg
2021-12-08
2
-2
/
+6
*
Show tag names in objdump disassembly (#1774)
Sam Clegg
2021-12-07
1
-135
/
+177
*
Add multi-memory feature support (#1751)
Yuhan Deng
2021-11-30
2
-2
/
+2
*
Support function references in parameters and results of functions and blocks...
Dmitry Bezhetskov
2021-11-16
2
-0
/
+362
*
Fix for wasm-objdump and memory64 segment offsets (#1743)
Sam Clegg
2021-10-18
1
-0
/
+27
*
Enable reference types by default (#1729)
Sam Clegg
2021-10-13
3
-9
/
+11
*
Enable bulk memory by default (#1728)
Sam Clegg
2021-10-13
10
-6
/
+27
*
Avoid writing DataCount section when it is not needed. (#1727)
Sam Clegg
2021-10-13
9
-224
/
+162
*
SIMD is now phase 5, enable it by default (#1712)
Ng Zhi An
2021-09-20
12
-11
/
+3
*
Add objdump flag to print section offsets instead of file offsets (#1696)
Derek Schuff
2021-08-05
1
-0
/
+61
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+108
*
Allow plain `try` with no `catch` or `delegate` (#1676)
Asumu Takikawa
2021-06-29
1
-22
/
+32
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-90
/
+0
*
Fix resolution of delegate labels (#1675)
Asumu Takikawa
2021-06-29
1
-20
/
+31
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
9
-75
/
+75
*
objdump: add support for segments flags in the linking section (#1669)
Sam Clegg
2021-05-13
6
-24
/
+24
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-0
/
+162
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+162
*
[simd] Rename widen to extend, implement some double precision ops (#1633)
Ng Zhi An
2021-03-11
1
-351
/
+351
*
[simd] Rename any_true, implement i64x2 bitmask and all_true (#1624)
Ng Zhi An
2021-03-04
1
-148
/
+128
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-0
/
+87
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
5
-161
/
+283
*
objdump: Set table name based on import name (#1599)
Sam Clegg
2021-01-29
1
-26
/
+32
*
wasm-objdump: Report data segment names (#1588)
Sam Clegg
2020-12-09
2
-81
/
+87
*
wasm-objdump: display name of start function (#1581)
Sam Clegg
2020-12-03
1
-11
/
+46
*
Use stderr for all logging and error output (#1579)
Sam Clegg
2020-12-03
97
-103
/
+287
*
wasm-objdump: Honor extended names section (#1573)
Sam Clegg
2020-11-20
3
-6
/
+6
*
Update output from type to func type in binary writer and reader (#1570)
Radu M
2020-11-16
86
-120
/
+120
*
Rename atomic.notify, *.atomic.wait (#1564)
Ben Smith
2020-11-03
1
-3
/
+3
[next]