Xatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-28 个月前Quake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comexternal-linkmessage-square44fedilinkarrow-up1488arrow-down111file-textcross-posted to: retrogaming@lemmy.worldgames@lemmy.world
arrow-up1477arrow-down1external-linkQuake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comXatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-28 个月前message-square44fedilinkfile-textcross-posted to: retrogaming@lemmy.worldgames@lemmy.world
minus-squaresum_yung_gai@lemm.eelinkfedilinkEnglisharrow-up2arrow-down1·8 个月前It is js, it is always source code.
minus-squareTanoh@lemmy.worldlinkfedilinkEnglisharrow-up5·8 个月前That is still source code, obfuscated but still source code.
minus-squareStarDreamer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·8 个月前Not sure about GreaseMonkey, but V8 compiles JS to an IL. Nodejs has an emit IL debugging feature to see the emitted IL code.
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.