|
|
|
|
|
by camoby
3315 days ago
|
|
"In my experience a lot of JavaScript code is already unreadable after having passed through minification" I think that's the point. Obfuscation. All minified code is easily de-minified if you want to know how it works (and can understand the language) |
|
The point I was trying to make is that the days of yore OP was alluding to where when I "put any of [my] code on the Web, [...] I can read it" are long gone, thanks to the obfuscation of modern bundling technologies.
By the same logic, all compiled code (including WebAssembly) is easily reverse engineered if you want to know how it works.