asm-js / validator

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

loosen coercion requirements based on context #18

Closed dherman closed 11 years ago

dherman commented 12 years ago

Many operations, like the binary operators, provide a context for their arguments that already performs a coercion. So we should eliminate the need for annotations in those cases.