You must log in or register to comment.
The image is very high persfonmance
It’s also a compiled blob, which is wonderful news if you were developing closed source software. You don’t have to work around javascript with pesky obfuscation tricks to protect your intellectual property anymore! ♥️
Every program is “open” source if you know how to use a decompiler.
I feel like this is a joke but it’s also true. Obfuscated JS is less readable than the decompiled code I’ve seen, and we have better tools than the last time I messed with a decompiler.
To answer the headline question:
- because wasm fast
(the rest of the points are debatable)