Skip to content

anvaka/asmalidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.