JavaScript Bloat in 2024tonsky.meexternal-linkcross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fanstechnology starman ( @starman@programming.dev ) Programming@programming.dev • 10 months ago message-square15fedilinkarrow-up156
arrow-up156external-linkJavaScript Bloat in 2024tonsky.me starman ( @starman@programming.dev ) Programming@programming.dev • 10 months ago message-square15fedilinkcross-posted to: webdev@programming.devhackernews@lemmy.smeargle.fanstechnology
minus-square ReversalHatchery ( @ReversalHatchery@beehaw.org ) linkfedilinkEnglish1•9 months ago Isn’t production JavaScript usually minified/obfuscated to make it hard to read? Somewhat, but often it’s still readable. Or maybe I just don’t look at it often enough to notice the worse cases… Also wasm is actually bytecode, which I believe has a 1:1 conversion into a text-based format called wat. That’s good to be aware of, thanks!
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!