wabt
ba73887a - Validator: normalize handling of Select in ExprVisitor Delegate (#2285)

Commit
2 years ago
Validator: normalize handling of Select in ExprVisitor Delegate (#2285) Fixes #2283 Previously, the OnSelectExpr delegate would terminate validation if the SharedValidator found an error in the expression, or if the Validator had previously found an error at any point in validating the module. This commit normalizes the behavior to match how the Validator handles other expression types.
Author
Parents
Loading