488
Quake-like game made with JavaScript takes up just 13KB of storage
(www.tomshardware.com)
This is a most excellent place for technology news and articles.
How much of that is third-party libraries, and/or third-party hosted? Obviously the assets (images and music) aren’t being counted.
The game also requires a renderer (browser) to play.
I think what they did is impressive but the claim about the size feels like taking source code and saying "look how small on disk it is"
It is js, it is always source code.
Not sure about GreaseMonkey, but V8 compiles JS to an IL.
Nodejs has an emit IL debugging feature to see the emitted IL code.