index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
binary-reader-logging.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ununsed onSymbol callback. NFC (#1708)
Sam Clegg
2021-09-10
1
-7
/
+0
*
Begin support for typed function references proposal: added the flag and supp...
Dmitry Bezhetskov
2021-07-25
1
-0
/
+1
*
[EH] Remove `unwind` (#1682)
Heejin Ahn
2021-06-29
1
-1
/
+0
*
[EH] Replace event with tag (#1678)
Heejin Ahn
2021-06-22
1
-23
/
+23
*
[simd] Implement store lane (#1647)
Ng Zhi An
2021-03-22
1
-10
/
+11
*
[simd] Implement load lane (#1646)
Ng Zhi An
2021-03-22
1
-0
/
+16
*
[simd] Implement v128.load{32,64}_zero (#1644)
Ng Zhi An
2021-03-17
1
-0
/
+1
*
Update rethrow depth handling and catch_all opcode (#1608)
Asumu Takikawa
2021-02-18
1
-0
/
+1
*
Update exception handling support to current proposal (#1596)
Asumu Takikawa
2021-02-10
1
-3
/
+4
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-3
/
+6
*
Update output from type to func type in binary writer and reader (#1570)
Radu M
2020-11-16
1
-2
/
+1
*
Add initial support for extended names sections (#1554)
Sam Clegg
2020-10-02
1
-0
/
+20
*
Add --relocatable support for tables (#1549) (#1549)
Andy Wingo
2020-10-01
1
-0
/
+10
*
Fix integer overflow in objdump name tracking (#1524)
Sam Clegg
2020-08-19
1
-2
/
+3
*
Enable -Werror during CI (#1522)
Sam Clegg
2020-08-18
1
-9
/
+9
*
Made the interpreter "type-safe" in debug mode (#1512)
Wouter van Oortmerssen
2020-08-10
1
-2
/
+2
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-2
/
+2
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-1
/
+1
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-4
/
+20
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+1
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-7
/
+18
*
Move more functionality into the v128 type (#1363)
Ben Smith
2020-03-20
1
-6
/
+6
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-3
/
+19
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-7
/
+13
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-11
/
+10
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-5
/
+10
*
Fix logging of f32.const and f64.const (#1335)
Ben Smith
2020-02-19
1
-2
/
+2
*
reference-types: add support for typed select (#1253)
Sam Clegg
2019-11-26
1
-2
/
+6
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+1
*
reference-types: Add reference-types spec tests (#1225)
Sam Clegg
2019-11-25
1
-0
/
+1
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-11
/
+12
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-2
/
+2
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+1
*
Add ExternalKind to OnImport callback (#1182)
Sam Clegg
2019-10-10
1
-3
/
+4
*
Add support for ref.null in global initializers (#1131)
Andy Wingo
2019-07-25
1
-0
/
+2
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+1
*
Fix gcc and clang warnings (#1123)
Ben Smith
2019-07-19
1
-1
/
+2
*
Match custom section names in wasm-objdump (#1097)
Ben Smith
2019-06-27
1
-2
/
+3
*
Add support for comdat groups in the linking section (#1087)
Sam Clegg
2019-06-04
1
-0
/
+14
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-1
/
+10
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-2
/
+3
*
[wasm-objdump] Show data segment names (#1028)
Sam Clegg
2019-03-03
1
-1
/
+1
*
Improve support for event symbols and except_ref types (#1025)
Wouter van Oortmerssen
2019-02-24
1
-0
/
+10
*
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
/
+5
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-14
/
+5
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-17
/
+17
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-7
/
+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
[next]