index
:
forks/wabt.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared-validator.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Select instr. with multiple results is invalid (#1582)
Ben Smith
2020-12-03
1
-2
/
+10
*
Enable -Werror during CI (#1522)
Sam Clegg
2020-08-18
1
-5
/
+10
*
Made the interpreter "type-safe" in debug mode (#1512)
Wouter van Oortmerssen
2020-08-10
1
-4
/
+4
*
Added initial "memory64" proposal support (#1500)
Wouter van Oortmerssen
2020-08-07
1
-28
/
+42
*
Remove ref.is_null type parameter (#1474)
Ben Smith
2020-07-15
1
-2
/
+2
*
Reference types changes to remove subtyping (#1407)
Ben Smith
2020-05-28
1
-10
/
+12
*
Add support for atomic.fence from the threads proposal (#1231)
Andy Wingo
2020-04-20
1
-0
/
+12
*
Parse ArrayTypes (#1364)
Ben Smith
2020-03-23
1
-0
/
+5
*
Parse struct fields (#1355)
Ben Smith
2020-03-16
1
-9
/
+33
*
Remove validation from the BinaryReader (#1354)
Ben Smith
2020-03-11
1
-10
/
+8
*
Initial pass parsing/reading struct (#1352)
Ben Smith
2020-03-09
1
-5
/
+5
*
Fix TODOs in validator; only affects error output
Ben Smith
2020-02-29
1
-51
/
+14
*
Convert Type from an enum into a class (#1350)
Ben Smith
2020-02-28
1
-5
/
+5
*
Update testsuite (w/ reference-types changes) (#1351)
Ben Smith
2020-02-28
1
-11
/
+20
*
Always check index before accessing vectors (#1347)
Ben Smith
2020-02-28
1
-85
/
+76
*
Share validator between IR + binary-reader-interp (#1346)
Ben Smith
2020-02-27
1
-0
/
+1165