asm-js / validator

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

eliminate annotations on constants in most cases #19

Closed dherman closed 11 years ago

dherman commented 11 years ago

Constants should almost never need an annotation, unless they are large constants that could either be an int32 or uint32 and they are used with an overloaded operator.