anvaka / asmalidator

Online asm.js validator
http://anvaka.github.io/asmalidator/
MIT License
7 stars 1 forks source link

asm.js online validator

This repository provides online editor to validate your asm.js code without executing it.

Just paste your code into the editor and check annotations:

Error demo

disclaimer

I built this project in couple hours, without prior experience with ace editor. I don't think my solution adheres to the best practices of the editor. Please feel free to fix any errors you notice.