Comment by Cthulhu_
4 years ago
Slightly, but is it enough to warrant the extra steps?
I don't think the difference is significant enough in this case.
That said, I do think there should be an alternative to minification+gzipping, like e.g. a compiled version of JS that is more optimized than a browser's own JIT compiler can do. Mind you, that might up being a larger package than the JS source code.
Webassembly is* pretty much that
* hopefully will be