asm-js / validator

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

verifier #12

Closed dherman closed 11 years ago

dherman commented 11 years ago

Implement an asm.js verifier that takes JS source and a set of types for the outer variables and checks the source to see if it is valid asm.js.

dherman commented 11 years ago

got a first draft done