Comment on How we reduced the size of our JavaScript bundles by 33%

<- View Parent
FooBarrington@lemmy.world ⁨1⁩ ⁨year⁩ ago

The difference between minified JS and WASM is that you can un-minify one with relatively good results, whereas decompiling WASM is similar to decompiling normal binaries - pretty hard to read. This means that even experienced users can’t really understand or change WASM binaries.

source
Sort:hotnewtop