asm-js / validator

A reference validator for asm.js.
Apache License 2.0
1.78k stars 154 forks source link

Compound assignment operators (+= etc) should fail validation #112

Open gasman opened 8 years ago

gasman commented 8 years ago

Compound assignment operators such as += are disallowed by the asm.js spec, but the validator currently accepts them.