asm-js / validator

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

Command line utility? #101

Closed alexanderGugel closed 9 years ago

alexanderGugel commented 9 years ago

I created this simple command line utility for validating asm code: https://github.com/alexanderGugel/validate-asm

It seems like people like it, but it's essentially only wrapping your code into a command line utility. I think it would make more sense to put this right into this repo. I'm more than happy to put together a PR if there's interest.

sunfishcode commented 9 years ago

I think it would make sense to put this into the main repo too. Please do file a PR. Thanks!