index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add exnref value type to parser (#1389)
Ben Smith
2020-04-14
9
-99
/
+146
*
Update testsuite (#1381)
Ben Smith
2020-03-27
11
-115
/
+273
*
Update testsuite (for SIMD) (#1373)
Ben Smith
2020-03-25
36
-42
/
+5019
*
Move event section before global section (#1374)
Heejin Ahn
2020-03-25
2
-4
/
+4
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
5
-0
/
+42
*
Fix whitespace formatting of SIMD ops (#1372)
Adam Klein
2020-03-23
1
-0
/
+22
*
Always generate DataCount section, even if number of datas is 0 (#1369)
Rian Hunter
2020-03-23
4
-12
/
+30
*
Add wasm-objdump support for structs (#1361)
Ben Smith
2020-03-19
1
-0
/
+20
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
4
-1
/
+16
*
Fix flake8 failures (#1358)
Ben Smith
2020-03-13
2
-4
/
+3
*
Add Script to generate .wast from .json (#1353)
Ben Smith
2020-03-11
1
-0
/
+308
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
42
-92
/
+163
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-0
/
+3
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
31
-57
/
+57
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
4
-5
/
+17
*
Add GC feature (#1348)
Ben Smith
2020-02-28
8
-0
/
+8
*
Always check index before accessing vectors (#1347)
Ben Smith
2020-02-28
6
-303
/
+94
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
22
-72
/
+82
*
Move validation of func signatures into the parser (#1341)
Ben Smith
2020-02-25
1
-0
/
+6
*
Renumber v8x16.shuffle back to 0xfd03 (#1342)
Ben Smith
2020-02-21
1
-4
/
+3
*
New interpreter (#1330)
Ben Smith
2020-02-21
29
-17596
/
+180
*
Move ValidateFuncSignatures after ParseModuleWat (#1338)
Ben Smith
2020-02-21
3
-7
/
+1
*
Fix memory/table check to include imported+defined (#1336)
Ben Smith
2020-02-19
4
-6
/
+5
*
Fix logging of f32.const and f64.const (#1335)
Ben Smith
2020-02-19
1
-94
/
+94
*
Improve help/usage message on invalid arguments (#1328)
Sam Clegg
2020-02-05
1
-1
/
+2
*
Update testsuite (#1327)
Sam Clegg
2020-02-05
10
-75
/
+407
*
Remove some python3-ism left over in the test suite (#1326)
Sam Clegg
2020-02-04
1
-5
/
+2
*
Remove support for python2 (#1321)
Sam Clegg
2020-01-31
10
-46
/
+16
*
wasm-decompile: escape hatch for variables used outside scope. (#1322)
Wouter van Oortmerssen
2020-01-30
1
-1
/
+21
*
Increase timeout; fix bug when a timeout occurs (#1320)
Ben Smith
2020-01-28
1
-4
/
+9
*
[simd] Update instructions (#1317)
Ben Smith
2020-01-27
7
-8629
/
+8773
*
wasm-decompile: use symbols from linking section for names. (#1318)
Wouter van Oortmerssen
2020-01-27
4
-10
/
+211
*
wasm-decompile: name data sections with their content (#1309)
Wouter van Oortmerssen
2020-01-23
2
-5
/
+9
*
Support reading from stdin in ReadFile (#1313)
Sam Clegg
2020-01-23
4
-4
/
+43
*
Omit the DataCount section unless it is required (#1312)
Ben Smith
2020-01-21
25
-685
/
+707
*
Initial WASM C API implementation. (#1250)
Sam Clegg
2020-01-16
1
-0
/
+123
*
Update testsuite (#1308)
Ben Smith
2020-01-16
27
-448
/
+2699
*
wasm-decompile: absolute accesses refer to data segments (#1302)
Wouter van Oortmerssen
2020-01-16
2
-1
/
+10
*
Fix some typos in widening SIMD intrinsics (#1305)
Alex Crichton
2020-01-14
2
-16
/
+16
*
Fix a typo of i64x4 -> i64x2 (#1304)
Alex Crichton
2020-01-14
2
-8
/
+8
*
[simd] Implement new SIMD instructions (#1303)
Ben Smith
2020-01-14
3
-7110
/
+7494
*
[simd] Add support for narrow/widen instructions (#1301)
Ben Smith
2020-01-13
2
-6840
/
+7364
*
wasm-decompile: wrap data declarations. (#1298)
Wouter van Oortmerssen
2020-01-13
1
-0
/
+6
*
Error on memory.init|data.drop without DataCount (#1297)
Ben Smith
2020-01-10
4
-4
/
+65
*
wasm-decompile: support for pointers to single types. (#1296)
Wouter van Oortmerssen
2020-01-10
1
-2
/
+2
*
Add explicit -o flag to wast2json tests (#1294)
Sam Clegg
2020-01-09
1
-1
/
+1
*
Fix parse error with table and elem exprs (#1293)
Ben Smith
2020-01-09
4
-0
/
+27
*
Apply start function name in wasm2wat (#1289)
Ben Smith
2020-01-09
1
-0
/
+11
*
Update testsuite (#1275)
Sam Clegg
2020-01-09
27
-795
/
+717
*
wasm-decompile: friendlier general load/store ops. (#1284)
Wouter van Oortmerssen
2020-01-09
2
-4
/
+47
[next]