Comment on JS is Assembly Language for the Web: Brendan Eich, Crockford, & others commentComments−consultutah15yFor an example of JS truly working like assembly, see here: http://jsil.org/−edsrzf15yAnother project in the same vein: https://github.com/kripken/emscripten/−justncase8015yAlso, here: http://hildr.luminance.org/Platformer/Platformer.htmlWhere I believe they are actually cross compiling cil into js.−saundby15yAnd, of course, http://visual6502.org/JSSim/, where it's acting like an HDL.
Comments
For an example of JS truly working like assembly, see here: http://jsil.org/
Another project in the same vein: https://github.com/kripken/emscripten/
Also, here: http://hildr.luminance.org/Platformer/Platformer.html
Where I believe they are actually cross compiling cil into js.
And, of course, http://visual6502.org/JSSim/, where it's acting like an HDL.