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
*
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
*
[wasm2c] Add rot13 example (#1384)
Ben Smith
2020-04-14
5
-1
/
+5
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
5
-1166
/
+1163
*
Fixed warning on VS2019
Wouter van Oortmerssen
2020-04-09
1
-1
/
+1
*
Update testsuite (#1381)
Ben Smith
2020-03-27
8
-1086
/
+1154
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
10
-326
/
+841
*
Move event section before global section (#1374)
Heejin Ahn
2020-03-25
2
-14
/
+14
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
19
-569
/
+697
*
Fix whitespace formatting of SIMD ops (#1372)
Adam Klein
2020-03-23
1
-3
/
+3
*
Always generate DataCount section, even if number of datas is 0 (#1369)
Rian Hunter
2020-03-23
1
-2
/
+1
*
Move more functionality into the v128 type (#1363)
Ben Smith
2020-03-20
11
-82
/
+111
*
Add wasm-objdump support for structs (#1361)
Ben Smith
2020-03-19
1
-0
/
+21
*
Fix interpreter garbage collector (#1357)
Ben Smith
2020-03-17
4
-26
/
+239
*
Refactor Const struct's internal storage (#1356)
Ben Smith
2020-03-16
10
-145
/
+153
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
16
-1068
/
+1239
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
3
-187
/
+60
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
21
-1089
/
+1216
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
3
-56
/
+14
*
[NFC] Fix a few TODOs
Ben Smith
2020-02-29
5
-485
/
+469
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
17
-157
/
+167
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
15
-53
/
+123
*
Add TypeEntry, base class for type section entries (#1349)
Ben Smith
2020-02-28
11
-66
/
+103
*
Add GC feature (#1348)
Ben Smith
2020-02-28
1
-0
/
+1
*
Always check index before accessing vectors (#1347)
Ben Smith
2020-02-28
2
-95
/
+99
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
7
-1319
/
+2023
*
Move the Type enum to its own file (#1344)
Ben Smith
2020-02-26
2
-98
/
+126
*
Move validation of func signatures into the parser (#1341)
Ben Smith
2020-02-25
3
-134
/
+89
*
Renumber v8x16.shuffle back to 0xfd03 (#1342)
Ben Smith
2020-02-21
1
-1
/
+1
*
New interpreter (#1330)
Ben Smith
2020-02-21
22
-8004
/
+7108
*
Move ValidateFuncSignatures after ParseModuleWat (#1338)
Ben Smith
2020-02-21
2
-8
/
+5
*
Always run ResolveNames after parsing .wast/.wat (#1337)
Ben Smith
2020-02-20
6
-53
/
+39
*
Fix memory/table check to include imported+defined (#1336)
Ben Smith
2020-02-19
1
-4
/
+18
*
Fix logging of f32.const and f64.const (#1335)
Ben Smith
2020-02-19
1
-2
/
+2
*
Use standard C++11 on GNU/Clang compilers (#1333)
okuoku
2020-02-18
3
-13
/
+6
[next]