index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
roundtrip
Commit message (
Expand
)
Author
Age
Files
Lines
*
[wasm2wat] Fix a few more roundtripping issues (#1450)
Ben Smith
2020-05-29
2
-0
/
+25
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
1
-0
/
+17
*
[wat2wasm] Write table indexes in text format (#1446)
Ben Smith
2020-05-28
4
-1
/
+64
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
2
-4
/
+4
*
Require `do` in folded `try` statement (#1425)
Ben Smith
2020-05-14
3
-2
/
+5
*
Fix bug when writing grouped named parameters (#1418)
Ben Smith
2020-05-13
2
-0
/
+17
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
1
-1
/
+1
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+13
*
Fix whitespace formatting of SIMD ops (#1372)
Adam Klein
2020-03-23
1
-0
/
+22
*
Apply start function name in wasm2wat (#1289)
Ben Smith
2020-01-09
1
-0
/
+11
*
Replace newline by a space (#1261)
Amir Bawab
2019-12-11
1
-0
/
+14
*
Update spec testsuite (#1237)
Sam Clegg
2019-11-22
9
-12
/
+12
*
reference-types: Table immediate of call_indirect comes first in the text for...
Sam Clegg
2019-11-14
2
-2
/
+2
*
Update spec testsuite (#1111)
Ben Smith
2019-07-16
3
-14
/
+14
*
Implement bulk memory in the interpreter (#1074)
Ben Smith
2019-05-07
3
-8
/
+8
*
Proper encoding of passive element segments (#1066)
Ben Smith
2019-04-18
3
-4
/
+7
*
Rename anyfunc -> funcref; parse reference types (#1026)
Ben Smith
2019-02-25
17
-17
/
+17
*
Add support for the reference types proposal (#938)
Alex Crichton
2019-02-14
3
-2
/
+24
*
Add br_on_exn instruction (#1016)
Ben Smith
2019-02-13
1
-0
/
+28
*
Parse updated event text and binary format (#1014)
Ben Smith
2019-02-12
5
-11
/
+43
*
Rename exception -> event (#1013)
Ben Smith
2019-02-11
2
-6
/
+6
*
Remove the `if_except` instruction (#1009)
Ben Smith
2019-02-10
2
-69
/
+0
*
Rename {memory,table}.drop to {data,elem}.drop (#1000)
Alex Crichton
2019-01-30
3
-12
/
+12
*
The great renaming (#985)
Ben Smith
2018-12-19
12
-119
/
+119
*
Fold multi-value results properly (#984)
Ben Smith
2018-12-18
1
-0
/
+50
*
Combine param_binding and local_binding in IR (#969)
Ben Smith
2018-12-04
2
-7
/
+7
*
Add more tests for tail_call feature (#931)
Ben Smith
2018-10-16
2
-0
/
+63
*
Add more bulk memory tests; use vars for segments (#930)
Ben Smith
2018-10-15
9
-9
/
+100
*
Add bulk memory opcode definitions (#927)
Alex Crichton
2018-10-12
1
-0
/
+75
*
Fix: set_global on immutable global is invalid (#895)
Ben Smith
2018-08-15
2
-6
/
+6
*
Update spec tests; rename {grow,current}_memory (#849)
Ben Smith
2018-05-27
1
-2
/
+2
*
Read and write module names in the names section (#831)
Ben Smith
2018-05-01
1
-1
/
+1
*
WIP on support for level1 exception spec (#773)
Ben Smith
2018-03-02
9
-95
/
+135
*
Rename run args (#728)
Ben Smith
2018-01-21
48
-48
/
+48
*
Apply global names in imported globals, data, elem (#708)
Ben Smith
2018-01-07
1
-0
/
+23
*
Add WatWriter option for inline imports (#703)
Ben Smith
2018-01-02
5
-0
/
+67
*
Rename {wake,wait} -> atomic.{wake,wait} (#672)
Ben Smith
2017-11-21
1
-6
/
+6
*
Update testsuite; call_indirect has new syntax (#667)
Ben Smith
2017-11-11
3
-6
/
+6
*
Change shared memory text syntax (#661)
Ben Smith
2017-10-26
1
-2
/
+2
*
Add `i{32,64}.wait` and `wake` operators (#646)
Ben Smith
2017-10-05
1
-0
/
+18
*
Validate that atomic accesses have shared memory (#641)
Ben Smith
2017-09-27
1
-2
/
+2
*
Add Atomic instructions (#633)
Ben Smith
2017-09-20
1
-0
/
+330
*
Generate $var names from import/export names (#614)
Ben Smith
2017-09-07
7
-12
/
+148
*
Add saturating float truncation operators (#573)
Ben Smith
2017-08-16
4
-4
/
+4
*
Remove BinaryErrorHandler, rename SourceErrorHandler (#553)
Ben Smith
2017-07-06
1
-1
/
+0
*
Add inline exports to wat-writer. (#550)
KarlSchimpf
2017-07-05
1
-0
/
+18
*
Fix inline export for multiple exported kinds (#548)
Ben Smith
2017-07-04
1
-0
/
+27
*
Fix handling of exception section. (#546)
KarlSchimpf
2017-07-02
1
-2
/
+1
*
Extend binary reader to handle exception constructs. (#545)
KarlSchimpf
2017-07-01
3
-0
/
+79
*
Fix bug in BinaryReaderIR w/ debug names (#499)
Ben Smith
2017-06-13
1
-0
/
+12
[next]