summaryrefslogtreecommitdiff
path: root/test/lit/validation/ref-gc-simd.wast
Commit message (Collapse)AuthorAgeFilesLines
* Note function signature param/result features for validation (#5542)Alon Zakai2023-03-031-0/+13
As with #5535, this was not noticed because it can only happen on very small modules where the param/result type appears nowhere else but in a function signature. Use generic heap type scanning, which also scans into struct and array types etc.