81
JavaScript Bloat in 2024
(tonsky.me)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Isn't production JavaScript usually minified/obfuscated to make it hard to read?
Also wasm is actually bytecode, which I believe has a 1:1 conversion into a text-based format called wat.
I agree with your main point though, it's kinda creepy when you realise just how much we are expected to allow other people's code to run on our machines.
Somewhat, but often it's still readable. Or maybe I just don't look at it often enough to notice the worse cases..
That's good to be aware of, thanks!