index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wat-writer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
1
-2
/
+3
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
1
-0
/
+4
*
Segment flags should be MVP-compat when possible (#1286)
Ben Smith
2020-01-08
1
-4
/
+6
*
Replace newline by a space (#1261)
Amir Bawab
2019-12-11
1
-1
/
+1
*
reference-types: add table.fill instruction (#1252)
Sam Clegg
2019-11-25
1
-0
/
+7
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
1
-3
/
+10
*
Switch to treating segment flags as a bitfield. NFC (#1232)
Sam Clegg
2019-11-18
1
-3
/
+3
*
reference-types: Add multi-table support to the interpreter (#1218)
Sam Clegg
2019-11-14
1
-1
/
+1
*
reference-types: Table immediate of call_indirect comes first in the text for...
Sam Clegg
2019-11-14
1
-8
/
+5
*
Rename v128_bits to simply vec128 since this is stored natively (#1207)
Sam Clegg
2019-11-11
1
-3
/
+3
*
Initial implementation of reftype proposal in the interpreter. (#1206)
Sam Clegg
2019-11-07
1
-0
/
+7
*
[WIP] Added initial skeleton code for wasm-decompile. (#1155)
Wouter van Oortmerssen
2019-09-12
1
-280
/
+30
*
Add support for v8x16.swizzle and the load_splats. (#1116)
nlewycky
2019-07-19
1
-0
/
+6
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
1
-4
/
+1
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
1
-0
/
+1
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
1
-2
/
+14
*
Make v128.const i32x4 op conform to the SIMD draft (#1037)
gnzlbg
2019-03-28
1
-1
/
+1
*
Update textual encoding of SIMD vector shuffle to conform to the latest SIMD ...
gnzlbg
2019-03-07
1
-2
/
+5
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
1
-7
/
+59
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+12
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
1
-10
/
+9
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
1
-22
/
+22
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
1
-71
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
1
-8
/
+8
*
The great renaming (#985)
Ben Smith
2018-12-19
1
-37
/
+38
*
Fold multi-value results properly (#984)
Ben Smith
2018-12-18
1
-18
/
+37
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
1
-11
/
+11
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
1
-0
/
+13
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
1
-8
/
+10
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-2
/
+73
*
Tailcall (#918)
Ben Smith
2018-10-01
1
-0
/
+17
*
Pass Option structs by const reference (#888)
Ben Smith
2018-08-07
1
-13
/
+13
*
Add support for multi-value proposal (#861)
Ben Smith
2018-06-14
1
-14
/
+30
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-15
/
+14
*
Fix one bug for converting v128.shuffle from wasm format to wat format. (#832)
lizhengxing
2018-05-07
1
-1
/
+1
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-1
/
+6
*
Store local types as Type+Count pairs (#820)
Ben Smith
2018-03-28
1
-6
/
+10
*
Run clang-format over all the files (#814)
Ben Smith
2018-03-16
1
-15
/
+21
*
SIMD v8x16.shuffle implementation. (#811)
lizhengxing
2018-03-15
1
-0
/
+13
*
Simd Replace Lane instructions implementation. (#809)
lizhengxing
2018-03-15
1
-0
/
+9
*
Simd remaining Extract Lane instructions implementation. (#806)
lizhengxing
2018-03-15
1
-0
/
+7
*
Simd i8x16.extract_lane_s instruction implementation. (#802)
lizhengxing
2018-03-13
1
-0
/
+23
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
1
-32
/
+84
*
Use ExprVisitor in WatWriter (#768)
Ben Smith
2018-02-21
1
-181
/
+280
*
SIMD v128.bitselect instruction implementation. (#759)
lizhengxing
2018-02-19
1
-0
/
+8
*
Add WatWriter option for inline imports (#703)
Ben Smith
2018-01-02
1
-38
/
+134
*
Fix bug when writing inline exports for import (#700)
Ben Smith
2017-12-19
1
-1
/
+4
*
Wabt simd v128.const instruction initial PR: (#677)
lizhengxing
2017-12-15
1
-0
/
+8
*
[cleanup] Always use braces with if (#691)
Ben Smith
2017-12-09
1
-19
/
+37
*
Replace invalid characters with `_` in wat-writer (#687)
Ben Smith
2017-12-06
1
-1
/
+26
[prev]
[next]