index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made the interpreter "type-safe" in debug mode (#1512)
Wouter van Oortmerssen
2020-08-10
7
-75
/
+107
*
wast2json: improved file error handling (#1511)
Oliver Horn
2020-08-10
1
-4
/
+11
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
27
-273
/
+489
*
Add tools to use LLVM's libFuzzer (#1507)
Ben Smith
2020-08-03
1
-0
/
+30
*
Fix linking section symbol name bugs (#1508)
Ben Smith
2020-07-31
1
-0
/
+16
*
Reformat code in binary-reader.cc (#1506)
Paweł Bylica
2020-07-31
1
-5
/
+3
*
Detect malformed memory/table limits flag (#1505)
Paweł Bylica
2020-07-31
2
-6
/
+14
*
Fix reading of section code (#1501)
Paweł Bylica
2020-07-31
1
-2
/
+2
*
Print newline after rethrow instruction (#1503)
Asumu Takikawa
2020-07-30
1
-1
/
+1
*
Detect malformed import kind in binary reader (#1504)
Paweł Bylica
2020-07-30
1
-0
/
+4
*
Update testsuite; fix conversion errors (#1502)
Ben Smith
2020-07-29
3
-40
/
+40
*
Fix assert when function has struct type (#1498)
Ben Smith
2020-07-25
1
-1
/
+1
*
Print newline after ref.is_null instruction (#1495)
Ben Smith
2020-07-24
1
-1
/
+1
*
[decompiler] fixed blocks with params. (#1497)
Wouter van Oortmerssen
2020-07-23
3
-14
/
+16
*
Fix resolving local names w/ empty func signatures (#1494)
Ben Smith
2020-07-21
1
-3
/
+1
*
Add missing includes to type.h (#1491)
Ng Zhi An
2020-07-20
1
-0
/
+3
*
Fix gcc warning in GetExprArity (#1489)
Ben Smith
2020-07-18
1
-1
/
+2
*
Fix folding for *.load_splat and table.fill (#1486)
Ben Smith
2020-07-16
1
-5
/
+2
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
16
-33
/
+37
*
Revert br_table in reference types proposal (#1484)
Ben Smith
2020-07-15
1
-15
/
+5
*
Fix some portability issues in interp-wasi.cc (#1480)
Steven Johnson
2020-07-13
1
-32
/
+32
*
Tweak definition of ssize_t for MSVC compilation (#1479)
Steven Johnson
2020-07-12
1
-0
/
+9
*
Update local bindings on function with type use (#1466)
Ben Smith
2020-06-16
1
-3
/
+18
*
Fix two minor compiler warnings (#1462)
Steven Johnson
2020-06-15
2
-2
/
+2
*
[wasm-c-api] Implement missing functions (#1461)
Ben Smith
2020-06-10
1
-0
/
+32
*
Better error when parsing input/output command (#1460)
Ben Smith
2020-06-10
5
-1033
/
+1063
*
Check for malformed alignment (#1454)
Ben Smith
2020-06-09
1
-10
/
+22
*
[wasm2c] Implement trap handler for linux/macos (#1442)
Ben Smith
2020-06-04
2
-18
/
+26
*
[wasm2wat] Fix a few more roundtripping issues (#1450)
Ben Smith
2020-05-29
2
-1
/
+2
*
[wasm2wat] Write select type immediate (#1451)
Ben Smith
2020-05-29
7
-10
/
+16
*
[wat2wasm] Write table indexes in text format (#1446)
Ben Smith
2020-05-28
1
-4
/
+25
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
36
-1516
/
+1576
*
wasi: Implement more of the wasi API (#1430)
Sam Clegg
2020-05-21
6
-102
/
+567
*
Implement more WASI APIs (#1423)
Sam Clegg
2020-05-16
3
-46
/
+203
*
Mangle wasm2c names in a simpler way (#1427)
Alon Zakai
2020-05-15
1
-93
/
+6
*
Require `do` in folded `try` statement (#1425)
Ben Smith
2020-05-14
5
-1149
/
+1173
*
Update testsuite (#1424)
Ben Smith
2020-05-13
1
-1
/
+2
*
Fix bug when writing grouped named parameters (#1418)
Ben Smith
2020-05-13
1
-11
/
+12
*
Use stderr for reporting errors in wasm-interp (#1422)
Sam Clegg
2020-05-13
3
-14
/
+16
*
Add initial MVP of WASI API support to wasm-interp (#1411)
Sam Clegg
2020-05-12
5
-28
/
+401
*
Remove range assertions in BinaryReader (#1416)
Ben Smith
2020-05-11
1
-2
/
+0
*
Prevent large allocation in br_table instruction (#1415)
Ben Smith
2020-05-11
1
-1
/
+1
*
Fix typo. NFC. (#1410)
Sam Clegg
2020-05-11
1
-2
/
+1
*
Pass current Thread to host function callbacks (#1412)
Sam Clegg
2020-05-11
6
-46
/
+52
*
Enabled merged proposals by default (#1405)
Alex Crichton
2020-05-06
1
-3
/
+3
*
Renumber SIMD opcodes (#1403)
Deepti Gandluri
2020-05-04
1
-174
/
+174
*
Fix address overflow bug in wasm2c (#1401)
Ben Smith
2020-04-29
1
-5
/
+5
*
Update JS demos (#1398)
Ben Smith
2020-04-27
1
-5
/
+1
*
Fix typo in type-checker.h (#1393)
Max Desiatov
2020-04-23
1
-1
/
+1
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
28
-582
/
+683
[next]