You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it fails to parse with the following error when fed to the reference interpreter
11.3-11.4: syntax error: unexpected token
If we parenthesize the last select, the parse succeeds. This appears to be the only such function in the spec-test suite where such an equivalent rewrite fails to parse in the test suite, as far as I can tell.
The text was updated successfully, but these errors were encountered:
Darn, this is due to the hack necessary to parse the optional result signature. In fact, call_indirect has the same problem, none of the following work:
is a different, but equivalent, way to write
spec/test/core/select.wast
Lines 47 to 49 in 937fc7d
but it fails to parse with the following error when fed to the reference interpreter
If we parenthesize the last select, the parse succeeds. This appears to be the only such function in the spec-test suite where such an equivalent rewrite fails to parse in the test suite, as far as I can tell.
The text was updated successfully, but these errors were encountered: