asm-js / validator

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

division validation #20

Closed dherman closed 11 years ago

dherman commented 11 years ago

The division operator is the trickiest part of the unification algorithm. Work this one out in the validator implementation first. This will help drive out the spec details.

dherman commented 11 years ago

turned out much simpler; we worked it out in the spec, and it's now implemented too