Xatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-25 months agoQuake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comexternal-linkmessage-square89fedilinkarrow-up1500arrow-down112file-textcross-posted to: retrogaming@lemmy.worldgames@lemmy.world
arrow-up1488arrow-down1external-linkQuake-like game made with JavaScript takes up just 13KB of storagewww.tomshardware.comXatolos@reddthat.com to Technology@lemmy.worldEnglish · edit-25 months agomessage-square89fedilinkfile-textcross-posted to: retrogaming@lemmy.worldgames@lemmy.world
minus-squaresum_yung_gai@lemm.eelinkfedilinkEnglisharrow-up2arrow-down1·5 months agoIt is js, it is always source code.
minus-squareKayn@dormi.zonelinkfedilinkEnglisharrow-up3·5 months agoExcept if it’s minified for production.
minus-squareTanoh@lemmy.worldlinkfedilinkEnglisharrow-up5·5 months agoThat is still source code, obfuscated but still source code.
minus-squareStarDreamer@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·5 months agoNot 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.