index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader-logging.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve support for event symbols and except_ref types (#1025)
Wouter van Oortmerssen
2019-02-24
1
-0
/
+4
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-2
/
+8
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+2
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-2
/
+2
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-10
/
+10
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-1
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-2
/
+2
*
Implement parsing and writing of DataCount section (#998)
Ben Smith
2019-01-23
1
-0
/
+4
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-9
/
+9
*
Pass function body size in BinaryReader callback (#975)
Ben Smith
2018-12-12
1
-1
/
+1
*
Add needed_dynlibs to dylink section (#974)
Sam Clegg
2018-12-12
1
-0
/
+2
*
Add support for dylink section (#955)
Sam Clegg
2018-11-14
1
-0
/
+7
*
Implemented tail call instructions: (#926)
Francis McCabe
2018-10-12
1
-0
/
+2
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-2
/
+9
*
Replace ErrorHandler with Errors and FormatErrors*
Ben Smith
2018-09-04
1
-1
/
+1
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-8
/
+7
*
Add support for new relocation types used in DWARF sections (#846)
Sam Clegg
2018-05-29
1
-0
/
+3
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-2
/
+2
*
Remove old sub-sections types from linking section (#840)
Sam Clegg
2018-05-17
1
-2
/
+0
*
Print "warning" for ignored custom section errors (#843)
Ben Smith
2018-05-16
1
-1
/
+1
*
Refer to target section by index in relocation section (#830)
Sam Clegg
2018-05-03
1
-3
/
+1
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-0
/
+4
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-8
/
+4
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+1
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+1
*
Add support for new symbol table format (#769)
Sam Clegg
2018-03-05
1
-2
/
+16
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-3
/
+5
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+1
*
Add support for init function in linking metadata (#699)
Sam Clegg
2018-01-02
1
-1
/
+2
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+3
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-6
/
+6
*
wasm-objdump: Add support for data segment info (#656)
Sam Clegg
2017-10-17
1
-1
/
+6
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-0
/
+6
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+12
*
Append trailing underscore on private member names (#615)
Ben Smith
2017-09-07
1
-3
/
+3
*
Add support data-size and alignment linking metadata (#555)
Sam Clegg
2017-09-01
1
-0
/
+2
*
Always include quoted headers like "src/foo.h" (#601)
Ben Smith
2017-08-30
1
-1
/
+1
*
Use string_view for all BinaryReader callbacks (#561)
Ben Smith
2017-07-10
1
-18
/
+18
*
Extend binary reader to handle exception constructs. (#545)
KarlSchimpf
2017-07-01
1
-0
/
+16
*
Add parsing and objdump support for updated "linking" section (#483)
Sam Clegg
2017-06-22
1
-0
/
+6
*
Clean up BinaryReader; rename to BinaryReaderDelegate (#451)
Ben Smith
2017-05-23
1
-3
/
+3
*
[wasmdump] Display function names at call sites in disassembly (#441)
Sam Clegg
2017-05-19
1
-0
/
+1
*
Use Index/Address/Offset instead of uint32_t (#433)
Ben Smith
2017-05-15
1
-199
/
+200
*
Improve wasmdump output for relocations and data segments (#406)
Sam Clegg
2017-04-25
1
-1
/
+1
*
Refactor Stream/Writer; write as C++ (#399)
Ben Smith
2017-04-16
1
-1
/
+1
*
Use classes + virtual functions for BinaryReader (#376)
Ben Smith
2017-03-30
1
-0
/
+242