summaryrefslogtreecommitdiff
path: root/src/shared-validator.cc
Commit message (Expand)AuthorAgeFilesLines
* Select instr. with multiple results is invalid (#1582)Ben Smith2020-12-031-2/+10
* Enable -Werror during CI (#1522)Sam Clegg2020-08-181-5/+10
* Made the interpreter "type-safe" in debug mode (#1512)Wouter van Oortmerssen2020-08-101-4/+4
* Added initial "memory64" proposal support (#1500)Wouter van Oortmerssen2020-08-071-28/+42
* Remove ref.is_null type parameter (#1474)Ben Smith2020-07-151-2/+2
* Reference types changes to remove subtyping (#1407)Ben Smith2020-05-281-10/+12
* Add support for atomic.fence from the threads proposal (#1231)Andy Wingo2020-04-201-0/+12
* Parse ArrayTypes (#1364)Ben Smith2020-03-231-0/+5
* Parse struct fields (#1355)Ben Smith2020-03-161-9/+33
* Remove validation from the BinaryReader (#1354)Ben Smith2020-03-111-10/+8
* Initial pass parsing/reading struct (#1352)Ben Smith2020-03-091-5/+5
* Fix TODOs in validator; only affects error outputBen Smith2020-02-291-51/+14
* Convert Type from an enum into a class (#1350)Ben Smith2020-02-281-5/+5
* Update testsuite (w/ reference-types changes) (#1351)Ben Smith2020-02-281-11/+20
* Always check index before accessing vectors (#1347)Ben Smith2020-02-281-85/+76
* Share validator between IR + binary-reader-interp (#1346)Ben Smith2020-02-271-0/+1165