Quake-like game made with JavaScript takes up just 13KB of storage

Xatolos@reddthat.com to Technology@lemmy.world – 484 points –
Quake-like game made with JavaScript takes up just 13KB of storage
tomshardware.com

You can play it in your browser here.

89

You are viewing a single comment

It is js, it is always source code.

Except if it's minified for production.

That is still source code, obfuscated but still 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.